summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2002-10-11Make sure $fname will not give us any surprises with any funny characters.Richard Levitte
2002-10-11BN_bn2hex() returns "0" instead of "00" for zero. This disrputs theRichard Levitte
2002-10-11Fix inconsistencies in the Darwin targets.Richard Levitte
2002-10-11Add a suffix for Darwin's sake, since it seems like .dylib comes afterRichard Levitte
2002-10-11Move the shared library construction stuff to Makefile.shared, aRichard Levitte
2002-10-10Rhapsody had ftime, Darwin doesn't (any longer?)Richard Levitte
2002-10-10Add a few more target platforms, to see how well the shared libraryRichard Levitte
2002-10-10VMS below version 7 doesn't have strcasecmp, so let's roll our own on VMS.Richard Levitte
2002-10-10TypoRichard Levitte
2002-10-10RFC 2712 redefines the codes for use of Kerberos 5 in SSL/TLS.Richard Levitte
2002-10-09More docs.Dr. Stephen Henson
2002-10-09Typo.Dr. Stephen Henson
2002-10-09Update docs.Dr. Stephen Henson
2002-10-09Make sure that the 'config' variable is correctly defined and declaredRichard Levitte
2002-10-09Remove redundancy and use the main makefile betterRichard Levitte
2002-10-09Keep the sub_all symbol so all the algorithm Makefiles won't break.Richard Levitte
2002-10-09Change the main Makefile to have "mini-build" targets.Richard Levitte
2002-10-09Don't fuss with the demo binariesRichard Levitte
2002-10-09Add a few more VxWorks targets.Richard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-09PKCS12_parse manual page.Dr. Stephen Henson
2002-10-09PKCS12_create manual pageDr. Stephen Henson
2002-10-09More man pages.Dr. Stephen Henson
2002-10-09Add missing LFRichard Levitte
2002-10-08PKCS7_verify() docs.Dr. Stephen Henson
2002-10-07More docs.Dr. Stephen Henson
2002-10-07More d2i/i2d manual pages.Dr. Stephen Henson
2002-10-06Document "0" and "1" naming convention.Dr. Stephen Henson
2002-10-06Update docs.Dr. Stephen Henson
2002-10-06Update docs.Dr. Stephen Henson
2002-10-06Update DH parameter docs.Dr. Stephen Henson
2002-10-06Various Win32 fixes.Dr. Stephen Henson
2002-10-06Oops, remove old comment out debugging printf...Dr. Stephen Henson
2002-10-06Since crypt() isn't defined anywhere, define it locally in destest.cRichard Levitte
2002-10-06Please do not use C++ comments in C code.Richard Levitte
2002-10-06Do not define crypt(). The supported function is DES_crypt() (an des_crypt()Richard Levitte
2002-10-06Update RSAPublicKey manual page...Dr. Stephen Henson
2002-10-05Some docs relating to X509 ASN1 functions.Dr. Stephen Henson
2002-10-05For some reason, the random number support removed the destructorRichard Levitte
2002-10-05Typo.Dr. Stephen Henson
2002-10-04Add version info to Win32 DLLs.Dr. Stephen Henson
2002-10-04make updateDr. Stephen Henson
2002-10-04Add declaration got PKCS#7 NDEF.Dr. Stephen Henson
2002-10-04Update mkdef.pl to handle new ASN1 macroDr. Stephen Henson
2002-10-04Installed libraries should not be overwritten, especially shared ones.Richard Levitte
2002-10-04Add random number generation capability to the cswift engine.Richard Levitte
2002-10-04If we're loading libz dynamically, and COMP_zlib() is called more than once,Richard Levitte
2002-10-04Document should match reality :-).Richard Levitte
2002-10-04Add a small note saying the 'debug' option should come before the platform inRichard Levitte
2002-10-03Various enhancements to PKCS#12 code, newDr. Stephen Henson