summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2001-05-14Make sure strdup() is properly declared.Richard Levitte
2001-05-14Make sure memset() is properly declared.Richard Levitte
2001-05-14ui was forgotten when installing libcrypto and it's headers.Richard Levitte
2001-05-14Remove the password reading objects from LIB_DES.Richard Levitte
2001-05-14Make more short aliases for symbols that are longer than 31Richard Levitte
2001-05-14len is a size_t, which is an unsigned integer. Therefore, someRichard Levitte
2001-05-14Use ui_compat.h to get the password reading functions.Richard Levitte
2001-05-14Make it so the compiler doesn't inform me about the dollars in someRichard Levitte
2001-05-13A randomizer for OpenVMS, using the statistics that are easilyRichard Levitte
2001-05-13Define `ok' and better error detection.Richard Levitte
2001-05-13make updateRichard Levitte
2001-05-13des_read_password() and des_read_2passwords() can only appear if DESRichard Levitte
2001-05-13Move the password reading functions completely away from the DESRichard Levitte
2001-05-13#if 0 out deleted (?) functions to stop Win32 DLLDr. Stephen Henson
2001-05-12Change Win32 to use EXPORT_VAR_AS_FN.Dr. Stephen Henson
2001-05-12Typo.Dr. Stephen Henson
2001-05-11e_os2.h defines things like OPENSSL_SYS_MSDOS, not opensslconf.h...Richard Levitte
2001-05-10Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson
2001-05-10Fix warning with DEBUG_SAFESTACKDr. Stephen Henson
2001-05-09Allow various X509_STORE_CTX properties to beDr. Stephen Henson
2001-05-08There is no uitestRichard Levitte
2001-05-07Initial CRL based revocation checking.Dr. Stephen Henson
2001-05-07Clarify the license and copyright, make preprocessor dirctives aRichard Levitte
2001-05-06make updateRichard Levitte
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte
2001-05-03Some platforms (most notably Windows) do not have a $HOME by default.Richard Levitte
2001-04-30In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe
2001-04-29Win32 fixes:Dr. Stephen Henson
2001-04-27For some inexplicable reason, I'd (a) left the debugging irreversiblyGeoff Thorpe
2001-04-26Some fixes to the reference-counting in ENGINE code. First, there were aGeoff Thorpe
2001-04-26This adds 2 things to the ENGINE code.Geoff Thorpe
2001-04-26Provide the possibility to clean up internal ENGINE structures. ThisRichard Levitte
2001-04-26gcc warns when certain values of an enumeration aren't taken care of,Richard Levitte
2001-04-26Check for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO_DH and disableRichard Levitte
2001-04-26engine.h includes all the needed header files, so don't do it againRichard Levitte
2001-04-26User OPENSSL_UNISTD instead of <unistd.h>.Richard Levitte
2001-04-25This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filenameGeoff Thorpe
2001-04-21Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson
2001-04-20VMS was behind when it comes to OCSP.Richard Levitte
2001-04-19Some more tweaks to ENGINE code.Geoff Thorpe
2001-04-19Some BIG tweaks to ENGINE code.Geoff Thorpe
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe
2001-04-18fix md_rand.c locking bugsBodo Möller
2001-04-18Make the shared library name and function symbol for the "nuron" ENGINEGeoff Thorpe
2001-04-18Some more tweaks from ENGINE code.Geoff Thorpe
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe
2001-04-18Structural references should never be decremented directly - so leave thatGeoff Thorpe
2001-04-18This moves string constants out of vendor headers and into C files.Geoff Thorpe