- 23 4月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 22 4月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
- 21 4月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 20 4月, 1999 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Ulf Möller 提交于
-
- 18 4月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 17 4月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 16 4月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 15 4月, 1999 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Bodo Möller 提交于
Submitted by:Tom Titchener Reviewed by: PR:
-
- 14 4月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 13 4月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 09 4月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
- 01 4月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 31 3月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Slight cleanup in ssl/
-
- 30 3月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
kludge, remove CRs from ssl_ciph.c and update Win32 functions for PKCS#12 code. It might compile under Win32 now ...
-
- 22 3月, 1999 2 次提交
-
-
由 Ralf S. Engelschall 提交于
-
由 Ben Laurie 提交于
-
- 14 3月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 12 3月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
NULL ciphers specifically have to be enabled with e.g. "DEFAULT:eNULL". This prevents cipher lists from inadvertantly having NULL ciphers at the top of their list (e.g. the default ones) because they didn't have to be taken into account before.
-
- 06 3月, 1999 7 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Ralf S. Engelschall 提交于
SSL_CTX_xxx defines. What was the reason to move them to the top, even before the copyright and #ifdef HEADER_SSL_H? Hmmm... when there was and still is a good reason feel free to reverse this patch, but please document why it is needed this way.
-
由 Ben Laurie 提交于
-
由 Ralf S. Engelschall 提交于
consistent in the source tree and replaced `/bin/rm' by `rm'. Additonally cleaned up the `make links' target: Remove unnecessary semicolons, subsequent redundant removes, inline point.sh into mklink.sh to speed processing and no longer clutter the display with confusing stuff. Instead only the actually done links are displayed.
-
由 Ben Laurie 提交于
-
- 04 3月, 1999 1 次提交
-
-
由 Ralf S. Engelschall 提交于
ssl/ssl_lib.c and ssl/ssl.h. At least the double ctx-variable confused some compilers. Submitted by: Lennart Bong <lob@kulthea.stacken.kth.se> Reviewed 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 1 次提交
-
-
由 Ben Laurie 提交于
-
- 28 2月, 1999 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
- 27 2月, 1999 1 次提交
-
-
由 Ralf S. Engelschall 提交于
work correctly for the SSL_CTX_xxx situations, too. Now "make test" passes again fine.
-
- 25 2月, 1999 2 次提交
-
-
由 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 提交于
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
-
- 22 2月, 1999 4 次提交
-
-
由 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 提交于
-