Re: I am experimenting

2022-08-20 Thread Olivier Mascia via openssl-users
.0.5. See https://www.openssl.org/source/ for the link to openssl-3.0.5.tar.gz and signatures. -- Olivier Mascia

OpenSSL 3.x binaries naming convention (on Windows)

2021-08-02 Thread Olivier Mascia via openssl-users
convention intended to be stable over the 3.x life? Or would it change for things like libcrypto-3.1.dll (or the like) with releases like 3.1.x? __ Best Regards, Meilleures salutations, Met vriendelijke groeten, Mit freundlichen Grüßen, Olivier Mascia

Re: OpenSSL Beta 2, report of successful migration

2021-08-02 Thread Olivier Mascia via openssl-users
tributing to OpenSSL have put into 3.0 codebase.  __ Best Regards, Meilleures salutations, Met vriendelijke groeten, Mit freundlichen Grüßen, Olivier Mascia

Re: OpenSSL Beta 2, report of successful migration

2021-08-02 Thread Olivier Mascia via openssl-users
e groeten, Mit freundlichen Grüßen, Olivier Mascia

Re: OpenSSL Beta 2, report of successful migration

2021-08-02 Thread Olivier Mascia via openssl-users
o-deprecated' at Configure step and didn't want to relax that for 3.0 :) __ Best Regards, Meilleures salutations, Met vriendelijke groeten, Mit freundlichen Grüßen, Olivier Mascia

OpenSSL Beta 2, report of successful migration

2021-08-02 Thread Olivier Mascia via openssl-users
) builds Is this naming convention intended to be stable over the 3.x life? Or would it change for things like libcrypto-3.1.dll (or the like) with releases like 3.1.x? __ Best Regards, Meilleures salutations, Met vriendelijke groeten, Mit freundlichen Grüßen, Olivier Mascia

Re: Accessing bignums of a RSA key with OpenSSL 3.0?

2021-07-30 Thread Olivier Mascia via openssl-users
groeten, Mit freundlichen Grüßen, Olivier Mascia > Le 30 juil. 2021 à 15:07, Dr Paul Dale a écrit : > > Try: include/openssl/core_names.h > The names are "n", "e" and "d" in this case. > > > Pauli > > > On 30/7/21 10:57 pm, Olivier

Accessing bignums of a RSA key with OpenSSL 3.0?

2021-07-30 Thread Olivier Mascia via openssl-users
hese bignums out of a RSA key? __ Best Regards, Meilleures salutations, Met vriendelijke groeten, Mit freundlichen Grüßen, Olivier Mascia

Re: OpenSSL,SMTP,STARTTLS how does it work?

2007-05-04 Thread Olivier Mascia
actually do SSL_connect at that time instead of SSL_do_handshake. SSL* connection = SSL_new(ctx); SSL_set_bio(connection,bio,bio); if (SSL_connect(mSSL_con) != 1) { ... -- Olivier Mascia __ OpenSSL Project

Archives of this mailing-list?

2006-12-10 Thread Olivier Mascia
Are there searchable archives of this mailing-list? I'd like to look them up before posting questions. Thanks, -- Olivier Mascia

Measuring a password 'quality'?

2006-12-09 Thread Olivier Mascia
better, 'a,)GZ$-(' might be a not so bad choice though a bit short and I'd fear they would write it on a post-it note on the screen... -- Olivier Mascia

Re: HTTPS security model

2006-12-08 Thread Olivier Mascia
to something else since. Thanks again for the initial useful comments. The remaining of the thread was... interesting. ;-) -- Olivier Mascia __ OpenSSL Project http://www.openssl.org User

Re: HTTPS security model and TLS anonymous cipher-suites

2006-12-05 Thread Olivier Mascia
switch to non-HTTP). Thanks so much (Victor and David) for these answers, -- Olivier Mascia __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users

DH_generate_parameters(_ex)

2006-12-05 Thread Olivier Mascia
the _ex version, calling DH_new () first and passing 0 for the BN_GENCB (callback) which I don't need for now. Am I driving in the wrong lane? -- Olivier Mascia __ OpenSSL Project http

[no subject]

2006-12-04 Thread Olivier Mascia
link between both of us, so please don't make too much waves about me being self- signed ? -- Olivier Mascia __ OpenSSL Project http://www.openssl.org User Support Mailing List

0.9.7-beta3 : build problem on Win32

2002-08-04 Thread Olivier Mascia
s3_srvr.obj : error LNK2001: unresolved external symbol _OpenSSLDie out32dll\ssleay32.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: 'link' : return code '0x460' Stop. Thanks you, -- Olivier Mascia

Re: 0.9.7-beta3 : build problem on Win32 (FIXED ?)

2002-08-04 Thread Olivier Mascia
this for me and update the build procedure before next beta or release. Thank you very much, -- Olivier Mascia [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: generating cert programmatically

2002-08-02 Thread Olivier Mascia
checked the tree of 0.9.6 which I use for production now and I have no x506 subdir in demos. -- Olivier Mascia [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: generating cert programmatically

2002-07-31 Thread Olivier Mascia
not seem to any programmer's documentation. -- Olivier Mascia [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List

Which key size should be fine for certificates used for email signing?

2002-07-29 Thread Olivier Mascia
authorities toward this or that private key size ? I thought of using rsa 1024 bits. Is it considered way too much, just fine or less than adequate for the purpose ? Thanks, -- Olivier Mascia [EMAIL PROTECTED] __ OpenSSL Project