- 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
-
- Mar 04, 2002
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
- Mar 03, 2002
-
-
Dr. Stephen Henson authored
Fix warnings about signed/unsigned mismatch and global shadowing (random, index) in hw_4758.c
-
- Mar 01, 2002
-
-
Ben Laurie authored
-
- Feb 28, 2002
-
-
Richard Levitte authored
very broken, and there are working modules in CPAN, which makes our module even more moot.
-
Richard Levitte authored
-
Bodo Möller authored
-
Bodo Möller authored
any other errors that may be left in the error queue Submitted by: Jeffrey Altman
-
Richard Levitte authored
-
Richard Levitte authored
consistent with the rest of the AEP functions
-
Richard Levitte authored
Increase internal security when using strncpy, by making sure the resulting string is NUL-terminated
-
Richard Levitte authored
-
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.
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-
- Feb 26, 2002
-
-
Lutz Jänicke authored
Yoram Zahavi). Submitted by: Reviewed by: PR:
-
Dr. Stephen Henson authored
Always init ctx_tmp in PKCS7_dataFinal since it is always cleaned up.
-
Richard Levitte authored
-
Dr. Stephen Henson authored
Fix new -aes command argument handling
-