[openssl-users] How to build libcrypto64*.lib and libssl64*.lib on Windows 64-bit?

2018-10-01 Thread aaron.friesen
A current project using Net-SNMP and OpenSSL require that these both are built locally (customer requirement). I am attempting to build OpenSSL 1.1.1. After building OpenSSL, "nmake test" succeeds. However, the Net-SNMP build is looking for various .lib files that are in the pre-built package,

Re: [openssl-users] Same dir with different type in X509_LOOKUP_hash_dir

2018-10-01 Thread Jan Burgmeier
Performance wise it would also be possible to use the type parameter as bit field. As 1 and 2 are the only used types at the moment this won't break anything. Then the second type is only used if the first fails. If a patch for this is wanted I can provide one. The other way would be to convert all

Re: [openssl-users] Sign and verification using ECC 25519 curve- Bernstein

2018-10-01 Thread Matt Caswell
On 01/10/18 10:11, Linta Maria wrote: > Hi all, > > Does openssl supports sign and verification using ECC 25519 curve > Bernstein?  > > Yes. See: https://www.openssl.org/docs/man1.1.1/man7/Ed25519.html Matt -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listi

[openssl-users] Sign and verification using ECC 25519 curve- Bernstein

2018-10-01 Thread Linta Maria
Hi all, Does openssl supports sign and verification using ECC 25519 curve Bernstein? -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Two sessions in a single full handshake

2018-10-01 Thread Matt Caswell
On 30/09/18 06:05, John Jiang wrote: > Now that full handshake sends two sessions, does that mean option > -sess_out saves both of the sessions to a local file? The last session received is the one in the sess_out file. Matt > If so, when resume session via option -sess_in, which session will