summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
1999-05-20Bring VMS in sync with the recent changes.Ulf Möller
1999-05-20On seconds thoughts, the version number shoud _never_ decrease.Ben Laurie
1999-05-20Revert.Ben Laurie
1999-05-20Prepare for a beta release.Ben Laurie
1999-05-20Some solaris-usparc MD5 fixes.Bodo Möller
1999-05-20Declare test key data as static.Ulf Möller
1999-05-20Bignum library bug fix. IRIX 6 passes "make test" now!Ulf Möller
1999-05-19Note that the numbering scheme used to be different.Bodo Möller
1999-05-19Switch to new version numbering scheme.Ben Laurie
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson
1999-05-18Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in theDr. Stephen Henson
1999-05-18Spelling error.Ulf Möller
1999-05-18Protect applications from failing to compile when theyRalf S. Engelschall
1999-05-17Move prototypes to the right place.Ulf Möller
1999-05-17Various clarifications to extension docs: change the name of literalDr. Stephen Henson
1999-05-17Make MD5 work on Alpha, and fix a bug.Bodo Möller
1999-05-17gcc (in some versions) doesn't like the const_des_cblock typedef.Bodo Möller
1999-05-16Fix various less obvious bugs in PKCS#7 handling: such as not zeroingDr. Stephen Henson
1999-05-16Change type of various DES function arguments from des_cblockBodo Möller
1999-05-16Convert void *.Ben Laurie
1999-05-16Fix some obvious bugs in the PKCS#7 library handling. It didn't try toDr. Stephen Henson
1999-05-15Various Win32 fixes. Change args in do_ms.bat to put platform last. FixDr. Stephen Henson
1999-05-15Get rid of casts.Ben Laurie
1999-05-15Add actual testing to bntest...Ben Laurie
1999-05-15Use OPENSSL_GLOBAL, OPENSSL_EXTERN instead of GLOBAL and EXTERN.Bodo Möller
1999-05-15OPENSSL_EXTERNBodo Möller
1999-05-15OPENSSL_EXTERN, OPENSSL_GLOBALBodo Möller
1999-05-15Update dependencies.Bodo Möller
1999-05-15Get rid of another cast.Bodo Möller
1999-05-15Use e_os2.h, not e_os.h in exported header file des.h.Bodo Möller
1999-05-15Comment.Bodo Möller
1999-05-15Bugfix (set shutdown only when we should).Bodo Möller
1999-05-15Get rid of the cast.Ben Laurie
1999-05-14Avoid compiler warnings for x86.Bodo Möller
1999-05-14The encoding of negative ASN1 INTEGERs and the conversion of BNs to negativeDr. Stephen Henson
1999-05-14Various bugfixes: Uses locking for some more of the stuff that is notBodo Möller
1999-05-14Fix cryptlib.c.Bodo Möller
1999-05-14Introduce and use function typedef pem_password_cb so that we don't callBodo Möller
1999-05-14Change cast in function calls to that which is, I think, the rightBodo Möller
1999-05-13Missed one line.Ulf Möller
1999-05-13Don't use reserved name "_encrypt" for parameters;Bodo Möller
1999-05-13Update dependencies.Ben Laurie
1999-05-13Avoid shadowing, and a bit of constification while I'm at it.Ben Laurie
1999-05-13New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller
1999-05-13For solaris-usparc configurations, avoid problems with GNU as, whichBodo Möller
1999-05-13Remove redundant ifdef.Ulf Möller
1999-05-13VMS support bug fixes.Ulf Möller
1999-05-13Reorganize and speed up MD5.Ulf Möller
1999-05-13VMS support.Ulf Möller
1999-05-12Several of the EVP_CIPHER structures had the get and set asn1 parameterDr. Stephen Henson