aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson6-61/+33
1999-12-29Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson9-250/+277
1999-12-29Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson5-141/+95
1999-12-26MacOS updates. Initial support for GUSI (MacOS socket implementation)Andy Polyakov1-2/+2
1999-12-26New {i2d,d2i}_PrivateKey_{bio, fp} functions.Dr. Stephen Henson4-1/+80
1999-12-25Makefile clean-ups, crypto/bn/asm/alpha.s compiles on Alpha Linux.Andy Polyakov2-7/+14
1999-12-24Allow passwords to be included on command line for a fewDr. Stephen Henson4-0/+44
1999-12-24Fixes so NO_RSA works again.Dr. Stephen Henson4-3/+20
1999-12-23Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson6-32/+210
1999-12-22SynchronisingRichard Levitte1-1/+1
1999-12-22Support for ASN1 NULL type.Dr. Stephen Henson5-3/+135
1999-12-19Even more late break-in MacOS tidbits...Andy Polyakov2-2/+10
1999-12-19Late break-in patch for MacOS support.Andy Polyakov3-4/+3
1999-12-19Initial support for MacOS is now availableAndy Polyakov1-3/+3
1999-12-19MacOS updates.Andy Polyakov5-12/+16
1999-12-18RenameBodo Möller2-14/+14
1999-12-18fix typos and other little errors ...Bodo Möller2-25/+17
1999-12-18- Don't assume that int and size_t have the same representationBodo Möller3-105/+154
1999-12-18 - Added more documentation in CHANGES.Richard Levitte2-19/+34
1999-12-18 - Made sure some changed behavior is documented in CHANGES.Richard Levitte2-27/+34
1999-12-17Clear out license confusion.Richard Levitte1-50/+50
1999-12-17Rebuild of the OpenSSL memory allocation and deallocation routines.Richard Levitte5-580/+821
1999-12-16Synchronise VMS scripts with Unix MakefilesRichard Levitte1-2/+2
1999-12-15Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson2-12/+10
1999-12-15Fix the S/MIME code to use canonical MIME format forDr. Stephen Henson1-5/+2
1999-12-14Solaris x86 assembler problem is already addressed in ./configUlf Möller2-2/+2
1999-12-14Various S/MIME fixes. Fix for memory leak, recipient list bugDr. Stephen Henson1-5/+10
1999-12-13Fix a typo in a_enum.c.Dr. Stephen Henson1-1/+1
1999-12-11Various S/MIME fixes.Dr. Stephen Henson4-35/+44
1999-12-10Fix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENTIFIERs.Dr. Stephen Henson4-5/+17
1999-12-09Make the PKCS#7 S/MIME functions check for passed NULL pointers.Dr. Stephen Henson3-3/+22
1999-12-08Don't use inline assembler on x86 Solaris (would need a different syntax).Ulf Möller2-2/+2
1999-12-08Add i2d_ASN1_PRINTABLESTRING() function, and do 'make update'Dr. Stephen Henson3-6/+64
1999-12-07Modify S/MIME application so the -signer option writes the signer(s)Dr. Stephen Henson3-29/+59
1999-12-05Merge in my S/MIME library and utility.Dr. Stephen Henson8-3/+1265
1999-12-03Use des_set_key_unchecked, not des_set_key.Bodo Möller1-1/+1
1999-12-03Add functions des_set_key_checked, des_set_key_unchecked.Bodo Möller19-100/+95
1999-12-03New function PKC12_newpass()Dr. Stephen Henson4-2/+234
1999-12-03Fix a bug in the modified purpose code: it wasn't updated to use theDr. Stephen Henson1-1/+1
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson10-134/+178
1999-12-01Modify the X509 V3 extension lookup code.Dr. Stephen Henson4-28/+197
1999-11-29Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson2-3/+3
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson9-54/+129
1999-11-27Add trust setting support to the verify code. It now checks theDr. Stephen Henson8-10/+74
1999-11-27Add compilation of x509_trsRichard Levitte1-1/+1
1999-11-27Oops! Commit died on me :-(Dr. Stephen Henson1-0/+207
1999-11-27Initial trust code: allow setting of trust checking functionsDr. Stephen Henson9-49/+75
1999-11-26New options to the -verify program which can be used for chain verification.Dr. Stephen Henson11-64/+126
1999-11-24Initial chain verify code: not tested probably not workingDr. Stephen Henson4-0/+86
1999-11-23Support for authority information access extension.Dr. Stephen Henson12-23/+361