summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
1999-05-12Missing argument in prototype.Ulf Möller
1999-05-11Use ifndef PEDANTIC for all inline assembler.Ulf Möller
1999-05-11Comment.Bodo Möller
1999-05-11Various PKCS#7 related fixes,tidies and comments.Dr. Stephen Henson
1999-05-10The various character predicates (isspace and the like) may not beBodo Möller
1999-05-10Moved some variable declarations inside blocks where they are neededBodo Möller
1999-05-10Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall
1999-05-10Various PKCS#7 fixes to properly (maybe!) handle PKCS#7 enveloped data.Dr. Stephen Henson
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson
1999-05-09Makefile.save was missing here.Bodo Möller
1999-05-09Move variable definitions into the blocks where they are really needed,Bodo Möller
1999-05-09Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller
1999-05-08Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for aDr. Stephen Henson
1999-05-08Allows PKCS#12 password to be placed on command line and add allow configDr. Stephen Henson
1999-05-08GeneralizedTime setting fixes.Dr. Stephen Henson