<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ECTester.git/gradle.lock, branch smultre</title>
<subtitle>Tester of Eliptic curves support on smartcards with JavaCard platform
</subtitle>
<id>https://git.neuromancer.sk/ECTester.git/atom?h=smultre</id>
<link rel='self' href='https://git.neuromancer.sk/ECTester.git/atom?h=smultre'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/'/>
<updated>2025-04-16T10:25:07Z</updated>
<entry>
<title>Update gradle.lock.</title>
<updated>2025-04-16T10:25:07Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2025-03-25T16:42:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=a8fcdcf8b83756579d301a9034f24e1d15eed05b'/>
<id>urn:sha1:a8fcdcf8b83756579d301a9034f24e1d15eed05b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow running different versions of OpenSSL</title>
<updated>2024-06-21T14:50:07Z</updated>
<author>
<name>quapka</name>
</author>
<published>2024-06-21T14:50:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=456a6f920b7b97132dd8f875dd2971f7e899f32a'/>
<id>urn:sha1:456a6f920b7b97132dd8f875dd2971f7e899f32a</id>
<content type='text'>
Currently, only running different versions of OpenSSL is implemented as
PoC to see if it would work. You can either build it or run it directly
with:
```
$ nix run '.?submodules=1#openssl_316' list-libs # uses OpenSSL 3.1.6
$ nix run '.?submodules=1#openssl_322' list-libs # uses OpenSSL 3.2.2
$ nix run '.?submodules=1' list-libs # uses OpenSSL 3.3.1
```

Adding new versions is possible, check `packages` part of `flake.nix`.

To see the supported versions run:
```
$ nix flake show
```
</content>
</entry>
</feed>
