- 04 3月, 1999 1 次提交
-
-
由 Ralf S. Engelschall 提交于
between SSLeay 0.8 and 0.9 and just looks useless and confusing. Pointed out by: Lennart Bong <lob@kulthea.stacken.kth.se> Submitted by: Ralf S. Engelschall
-
- 03 3月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
under Win32 (9X and NT) again. Note: some signed/unsigned changes recently checked in were killing the Win32 compile.
-
- 01 3月, 1999 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
- 28 2月, 1999 4 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
- 27 2月, 1999 3 次提交
-
-
由 Ralf S. Engelschall 提交于
(Pointed out by Carlos Amengual).
-
由 Ralf S. Engelschall 提交于
work correctly for the SSL_CTX_xxx situations, too. Now "make test" passes again fine.
-
由 Ralf S. Engelschall 提交于
-
- 26 2月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
now change it to BN_RECURSION_MONT so it isn't compiled in.
-
由 Ben Laurie 提交于
-
- 25 2月, 1999 12 次提交
-
-
由 Ralf S. Engelschall 提交于
-
由 Ralf S. Engelschall 提交于
private keys and/or callback functions which directly correspond to their SSL_CTX_xxx() counterparts but work on a per-connection basis. This is needed for applications which have to configure certificates on a per-connection basis (e.g. Apache+mod_ssl) instead of a per-context basis (e.g. s_server). For the RSA certificate situation is makes no difference, but for the DSA certificate situation this fixes the "no shared cipher" problem where the OpenSSL cipher selection procedure failed because the temporary keys were not overtaken from the context and the API provided no way to reconfigure them. The new functions now let applications reconfigure the stuff and they are in detail: SSL_need_tmp_RSA, SSL_set_tmp_rsa, SSL_set_tmp_dh, SSL_set_tmp_rsa_callback and SSL_set_tmp_dh_callback. Additionally a new non-public-API function ssl_cert_instantiate() is used as a helper function and also to reduce code redundancy inside ssl_rsa.c. Submitted by: Ralf S. Engelschall Reviewed by: Ben Laurie
-
由 Ralf S. Engelschall 提交于
because they are useful for the DSA situation and should be recognized by the users. Thanks to Steve for the original hint.
-
由 Ralf S. Engelschall 提交于
-
由 Ralf S. Engelschall 提交于
within SSL_MKEY_MASK or SSL_AUTH_MASK, they are within SSL_EXP_MASK. So, the original variable has to be used instead of the already masked variable. Submitted by: Richard Levitte <levitte@stacken.kth.se> Reviewed by: Ralf S. Engelschall
-
由 Ralf S. Engelschall 提交于
Submitted by: Richard Levitte <levitte@stacken.kth.se> Reviewed by: Ralf S. Engelschall
-
由 Ralf S. Engelschall 提交于
from `int' to `unsigned int' because it's a length and initialized by EVP_DigestFinal() which expects an `unsigned int *'. Submitted by: Richard Levitte <levitte@stacken.kth.se> Reviewed by: Ralf S. Engelschall
-
由 Ben Laurie 提交于
-
由 Ralf S. Engelschall 提交于
-
由 Ralf S. Engelschall 提交于
script. Instead use the usual Shell->Perl transition trick.
-
由 Ralf S. Engelschall 提交于
descriptions as pointed out by Dave Carman <carman@erols.com>
-
由 Ralf S. Engelschall 提交于
addition to RSA certificates) to match the behaviour of `openssl dsa -noout -modulus' as it's already the case for `openssl rsa -noout -modulus'. For RSA the -modulus is the real "modulus" while for DSA currently the public key is printed (a decision which was already done by `openssl dsa -modulus' in the past) which serves a similar purpose. Additionally the NO_RSA no longer completely removes the whole -modulus option; it now only avoids using the RSA stuff. Same applies to NO_DSA now, too.
-
- 24 2月, 1999 3 次提交
-
-
由 Dr. Stephen Henson 提交于
the first leading XXX. in the DN.
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
- 23 2月, 1999 6 次提交
-
-
由 Ben Laurie 提交于
-
由 Ralf S. Engelschall 提交于
-
由 Ralf S. Engelschall 提交于
1. The dsaparam argument is mandatory and not optional 2. Add a little text what this actually is: a filename
-
由 Ralf S. Engelschall 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Ben Laurie 提交于
-
- 22 2月, 1999 6 次提交
-
-
由 Dr. Stephen Henson 提交于
without -debug option to mk1mf.pl. Change _export to is_export (_export is a reserved word under VC++). Add yucky function prototype function pointer casts. Sanitise the included files in crypto/x509v3. Also changed ssleay.exe target to openssl.exe
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Dr. Stephen Henson 提交于
info will come later... Feel free to reformat and tidy this up...
-