- Jun 18, 2002
-
-
Bodo Möller authored
EC_GROUP_set_seed(), EC_GROUP_get0_seed(), EC_GROUP_get_seed_len()). New functions ECPKParameters_print(), ECPKParameters_print_fp(). Submitted by: Nils Larsch
-
- Jun 14, 2002
-
-
Bodo Möller authored
vulnerability workaround (included in SSL_OP_ALL). PR: #90
-
- Jun 12, 2002
-
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR: 82
-
Bodo Möller authored
-
Bodo Möller authored
Submitted by: Nils Larsch Reviewed by: Bodo Moeller
-
- Jun 11, 2002
-
-
Ben Laurie authored
-
- Jun 10, 2002
-
-
Bodo Möller authored
and make some appropriate changes to the EC library. Submitted by: Nils Larsch
-
- May 31, 2002
-
-
Richard Levitte authored
-
- May 30, 2002
-
-
Bodo Möller authored
Submitted by: Nils Larsch
-
- May 16, 2002
-
-
Bodo Möller authored
Submitted by: Nils Larsch
-
- 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
-