- May 15, 2002
-
-
Dr. Stephen Henson authored
Zero cipher_data in EVP_CIPHER_CTX_cleanup Add cleanup calls to evp_test.c Allow reuse of cipher contexts by removing automatic cleanup in EVP_*Final().
-
- May 10, 2002
-
-
Dr. Stephen Henson authored
Fallback to normal multiply if n2 == 8 and dna or dnb is not zero in bn_mul_recursive. This is (hopefully) what was triggering bignum errors on 64 bit platforms and causing the BN_mod_mul test to fail.
-
- May 08, 2002
-
-
Bodo Möller authored
EC_GROUP_{set_generator,get_generator,get_order,get_cofactor} are implemented directly in crypto/ec/ec_lib.c and not dispatched to methods. Also fix EC_GROUP_copy to copy the NID.
-
- May 07, 2002
-
-
Bodo Möller authored
-
- May 05, 2002
-
-
Bodo Möller authored
-
- Apr 30, 2002
-
-
Lutz Jänicke authored
'hidden' -nameopt support. (Robert Joop <joop@fokus.gmd.de>)
-
- Apr 26, 2002
-
-
Bodo Möller authored
encoded as NULL) with id-dsa-with-sha1. Submitted by: Nils Larsch
-
- Apr 17, 2002
-
-
Bodo Möller authored
Submitted by: Nils Larsch
-
- Apr 15, 2002
-
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-
- Apr 13, 2002
-
-
Bodo Möller authored
Fix length checks in ssl3_get_client_hello(). Use s->s3->in_read_app_data differently to fix ssl3_read_internal().
-
- Apr 12, 2002
-
-
Bodo Möller authored
-
Bodo Möller authored
-
- Apr 10, 2002
-
-
Lutz Jänicke authored
-
- Apr 09, 2002
-
-
Bodo Möller authored
-
- Apr 04, 2002
-
-
Lutz Jänicke authored
-
- Mar 26, 2002
-
-
Lutz Jänicke authored
-
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.
-