aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure that the 'config' variable is correctly defined and declaredRichard Levitte2002-10-092-1/+3
* Remove redundancy and use the main makefile betterRichard Levitte2002-10-092-5/+5
* Don't fuss with the demo binariesRichard Levitte2002-10-090-0/+0
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-10-091-0/+4
|\
| * Don't fuss with the demo binariesRichard Levitte2002-10-091-0/+4
| * Add a few more VxWorks targets.Richard Levitte2002-10-0911-17/+55
| * Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-0950-50/+55
| * PKCS12_parse manual page.Dr. Stephen Henson2002-10-092-0/+55
| * PKCS12_create manual pageDr. Stephen Henson2002-10-091-0/+71
| * More man pages.Dr. Stephen Henson2002-10-0913-6/+495
| * Add missing LFRichard Levitte2002-10-091-1/+1
| * PKCS7_verify() docs.Dr. Stephen Henson2002-10-081-0/+113
| * More docs.Dr. Stephen Henson2002-10-073-0/+190
| * More d2i/i2d manual pages.Dr. Stephen Henson2002-10-074-0/+198
| * Document "0" and "1" naming convention.Dr. Stephen Henson2002-10-061-0/+16
| * Update docs.Dr. Stephen Henson2002-10-062-1/+39
| * Update docs.Dr. Stephen Henson2002-10-062-0/+37
| * Update DH parameter docs.Dr. Stephen Henson2002-10-061-7/+7
| * Various Win32 fixes.Dr. Stephen Henson2002-10-063-9/+26
| * Oops, remove old comment out debugging printf...Dr. Stephen Henson2002-10-061-3/+5
| * Since crypt() isn't defined anywhere, define it locally in destest.cRichard Levitte2002-10-061-2/+0
| * Please do not use C++ comments in C code.Richard Levitte2002-10-061-1/+3
| * Do not define crypt(). The supported function is DES_crypt() (an des_crypt()Richard Levitte2002-10-061-0/+4
| * Update RSAPublicKey manual page...Dr. Stephen Henson2002-10-061-6/+33
| * Some docs relating to X509 ASN1 functions.Dr. Stephen Henson2002-10-052-0/+261
| * For some reason, the random number support removed the destructorRichard Levitte2002-10-051-0/+1
| * Typo.Dr. Stephen Henson2002-10-052-2/+2
| * Add version info to Win32 DLLs.Dr. Stephen Henson2002-10-044-0/+89
| * make updateDr. Stephen Henson2002-10-042-42/+32
| * Add declaration got PKCS#7 NDEF.Dr. Stephen Henson2002-10-041-0/+1
| * Update mkdef.pl to handle new ASN1 macroDr. Stephen Henson2002-10-041-0/+2
| * Installed libraries should not be overwritten, especially shared ones.Richard Levitte2002-10-041-9/+13
| * Add random number generation capability to the cswift engine.Richard Levitte2002-10-041-1/+71
| * If we're loading libz dynamically, and COMP_zlib() is called more than once,Richard Levitte2002-10-041-2/+2
| * Document should match reality :-).Richard Levitte2002-10-041-1/+1
| * Add a small note saying the 'debug' option should come before the platform inRichard Levitte2002-10-041-1/+2
| * Various enhancements to PKCS#12 code, newDr. Stephen Henson2002-10-036-211/+387
| * Preliminary streaming ASN1 encode support.Dr. Stephen Henson2002-10-0311-94/+287
| * Removal missingRichard Levitte2002-10-021-594/+0
| * The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte2002-10-026-6/+1137
| * fix more race conditionsBodo Möller2002-09-265-28/+57
| * Add missing brackets.Lutz Jänicke2002-09-251-2/+2
| * really fix race conditionsBodo Möller2002-09-2511-57/+90
| * Make sure that the signal storage is regarded as volatile.Richard Levitte2002-09-251-1/+1
| * It makes more sense to refer to specific function manuals than the conceptRichard Levitte2002-09-2527-29/+37
| * Remove *all* references to RSA_PKCS1_RSAref, since it doesn't exist any more.Richard Levitte2002-09-251-2/+0
| * Remove reference to RSA_PKCS1_RSAref, since it doesn't exist any more.Richard Levitte2002-09-251-4/+11
| * It makes more sense to refer to specific function manuals than the conceptRichard Levitte2002-09-252-2/+2
| * Incorrect argument order to memset()Richard Levitte2002-09-251-2/+2
| * Missing ;Richard Levitte2002-09-251-1/+1