- Mar 26, 2002
-
-
Richard Levitte authored
Add the possibility to enable olde des support, not just disable it, for future support. Redocument
-
- Mar 20, 2002
-
-
Bodo Möller authored
-
- Mar 19, 2002
-
-
Lutz Jänicke authored
-
- Mar 18, 2002
-
-
Bodo Möller authored
Add some WTLS curves. New function EC_GROUP_check() (this will probably be implemented differently soon). Submitted by: Nils Larsch Reviewed by: Bodo Moeller
-
- Mar 15, 2002
-
-
Bodo Möller authored
-
- Mar 14, 2002
-
-
Lutz Jänicke authored
-
- Mar 07, 2002
-
-
Bodo Möller authored
Submitted by: Nils Larsch Remove unnecessary 'const'.
-
- Mar 06, 2002
-
-
Dr. Stephen Henson authored
ENGINE module additions. Add "init" command to control ENGINE initialization. Call ENGINE_finish on initialized ENGINEs on exit. Reorder shutdown in apps.c: modules should be shut down first. Add test private key loader to openssl ENGINE: this just loads a private key in PEM format. Fix print format for dh length parameter.
-
Bodo Möller authored
Submitted by: Nils Larsch
-
Bodo Möller authored
moment at least), so remove it
-
- Mar 05, 2002
-
-
Bodo Möller authored
Submitted by: Nils Larsch <nla@trustcenter.de>
-
- Feb 28, 2002
-
-
Richard Levitte authored
-
Bodo Möller authored
Submitted by: D. K. Smetters <smetters@parc.xerox.com> Reviewed by: Bodo Moeller
-
- Feb 27, 2002
-
-
Geoff Thorpe authored
Gittens.
-
- Feb 26, 2002
-
-
Lutz Jänicke authored
-
- Feb 23, 2002
-
-
Dr. Stephen Henson authored
when OpenSSL_add_all_algorithms() is called.
-
- Feb 22, 2002
-
-
Dr. Stephen Henson authored
CONF_modules_unload() now calls CONF_modules_finish() automatically. Default use of section openssl_conf moved to CONF_modules_load() Load config file in several openssl utilities. Most utilities now load modules from the config file, though in a few (such as version) this isn't done because it couldn't be used for anything. In the case of ca and req the config file used is the same as the utility itself: that is the -config command line option can be used to specify an alternative file.
-
- Feb 21, 2002
-
-
Dr. Stephen Henson authored
-
- Feb 20, 2002
-
-
Bodo Möller authored
-
- Feb 14, 2002
-
-
Richard Levitte authored
-
- Feb 13, 2002
-
-
Bodo Möller authored
Submitted by: Nils Larsch <nla@trustcenter.de>
-
Richard Levitte authored
0.9.7 now lives in the branch OpenSSL_0_9_7-stable.
-
Richard Levitte authored
CygWin 1.3.x, which includes thread and shared library support. Submitted by Corinna Vinschen <vinschen@redhat.com> and modified a little bit.
-
- Feb 10, 2002
-
-
Lutz Jänicke authored
-
- Feb 08, 2002
-
-
Lutz Jänicke authored
-
- Feb 07, 2002
-
-
Richard Levitte authored
0.9.7.
-
- Feb 03, 2002
-
-
Richard Levitte authored
-
- Jan 29, 2002
-
-
Richard Levitte authored
-
- Jan 26, 2002
-
-
Richard Levitte authored
make it possible to produce shared libraries on ReliantUNIX.
-
Richard Levitte authored
OpenSSL. Adding '_ossl' in the name seems to be a good way to do this.
-
- Jan 25, 2002
-
-
Richard Levitte authored
-
Richard Levitte authored
* make openssl rsa work with -engine chil * misc changes, including debug-linux-ppro Configure target and FORMAT_NETSCAPE-aware load_{,pub}key() This completes the application of his changes.
-
Richard Levitte authored
-
- Jan 24, 2002
-
-
Bodo Möller authored
ERR_peek_last_error ERR_peek_last_error_line ERR_peek_last_error_line_data (supersedes ERR_peek_top_error). Rename OPENSSL_NO_OLD_DES_SUPPORT into OPENSSL_DISABLE_OLD_DES_SUPPORT because OPENSSL_NO_... indicates disabled algorithms (according to mkdef.pl).
-
Bodo Möller authored
syntactically.
-
Richard Levitte authored
functions to _old_des_*.
-
- Jan 23, 2002
-
-
Lutz Jänicke authored
-
- Jan 22, 2002
-
-
Dr. Stephen Henson authored
default_algorithms option in ENGINE config.
-
- Jan 21, 2002
-
-
Dr. Stephen Henson authored
Initial ENGINE config module, docs to follow. Fix buffer overrun errors in OPENSSL_conf().
-
- Jan 14, 2002
-
-
Bodo Möller authored
to indicate that a real handshake is taking place (the value will be lost during multiple invocations). Set s->new_session to 2 instead.
-