- Mar 22, 2002
-
-
Bodo Möller authored
-
Richard Levitte authored
earlier. Also, it was an error to define crypt() at all times.
-
Richard Levitte authored
earlier. Also, a few 0.9.6 functions were missing their mappings.
-
Richard Levitte authored
-
Richard Levitte authored
define OPENSSL_DES_LIBDES_COMPATIBILITY to get libdes compatibility. At the same time, correct a couple of argument errors for the cfb encryption routines. Make destest use as much of the old API as possible, to make sure it works properly. Other tests will use the new API...
-
- Mar 21, 2002
-
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
- Mar 20, 2002
-
-
Bodo Möller authored
-
- Mar 19, 2002
-
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
Dr. Stephen Henson authored
Initialize ciph_ctx in kssl.c
-
- Mar 16, 2002
-
-
Dr. Stephen Henson authored
Ensure EVP_CipherInit() uses the correct encode/decode parameter if enc == -1 [Reported by Markus Friedl <markus@openbsd.org>] Fix typo in dh_lib.c (use of DSAerr instead of DHerr).
-
- Mar 15, 2002
-
-
Bodo Möller authored
Add to 'config'.
-
Bodo Möller authored
-
- Mar 14, 2002
-
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
Dr. Stephen Henson authored
Initialize cipher context in KRB5 ("D. Russell" <russelld@aol.net>) Allow HMAC functions to use an alternative ENGINE.
-
Bodo Möller authored
Fix dsaparam usage output. Submitted by: Nils Larsch (for 0.9.8-dev; backported to 0.9.7-dev)
-
Bodo Möller authored
-
Bodo Möller authored
-
- Mar 13, 2002
-
-
Dr. Stephen Henson authored
Undo previous patch: avoid warnings by #undef'ing duplicate definitions. Suggested by "Kenneth R. Robinette" <support@securenetterm.com>
-
- Mar 12, 2002
-
-
Dr. Stephen Henson authored
Fix Kerberos warnings with VC++.
-
Dr. Stephen Henson authored
Fix ASN1 additions for KRB5
-
Dr. Stephen Henson authored
Fix various warnings when compiling with KRB5 code.
-
- Mar 11, 2002
-
-
Bodo Möller authored
-
- Mar 09, 2002
-
-
Dr. Stephen Henson authored
Make ciphers and digests obtain an ENGINE functional reference if impl is explicitly supplied.
-
Dr. Stephen Henson authored
Make {RSA,DSA,DH}_new_method obtain and release an ENGINE functional reference.
-
- Mar 08, 2002
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Fix the Win32_rename() function so it correctly returns an error code. Use the same code in Win9X and NT. Fix some ca.c options so they work under Win32: unlink/rename wont work under Win32 unless the file is closed.
-
- Mar 07, 2002
-
-
Richard Levitte authored
-
Richard Levitte authored
not return immediately since that leaves a locked lock.
-
Richard Levitte authored
-
- Mar 06, 2002
-
-
Ben Laurie authored
-
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.
-
Richard Levitte authored
-
- Mar 05, 2002
-
-
Bodo Möller authored
[Chosen plaintext attack: R. Merkle, M. Hellman: "On the Security of Multiple Encryption", CACM 24 (1981) pp. 465-467, p. 776. Known plaintext angriff: P.C. van Oorschot, M. Wiener: "A known-plaintext attack on two-key triple encryption", EUROCRYPT '90.]
-
Bodo Möller authored
-
Bodo Möller authored
-
Dr. Stephen Henson authored
Make sure the type accessed by the LONG and ZLONG ASN1 type is really a long, to avoid problems on platforms where sizeof(int) != sizeof(long).
-
Richard Levitte authored
OPENSSL_DES_PRE_0_9_7_COMPATIBILITY is defined. NOT AT ALL TESTED YET! Add a comment as to the libdes compatibility.
-
Richard Levitte authored
-
Bodo Möller authored
-