summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2001-04-17'make update'Geoff Thorpe
2001-04-16Fix warning.Ben Laurie
2001-04-14Constify (Jason Molenda <jason@molenda.com>)Lutz Jänicke
2001-04-11Make it possible to move the emailAddress object to the subjectAltNameRichard Levitte
2001-04-09Adjust BN_mod_inverse algorithm selection according to experiments onBodo Möller
2001-04-08commentBodo Möller
2001-04-08code documentationBodo Möller
2001-04-08binary algorithm for modular inversionBodo Möller
2001-04-08Add the possibility to have AES removed in Windows as well.Richard Levitte
2001-04-05Don't use 'tt' uninitialized when reporting an errorBodo Möller
2001-04-05Fix couple of memory leaks in PKCS7_dataDecode().Richard Levitte
2001-04-04Since vms.mar handles 32-bit integers, do not use it on Alpha, that'sRichard Levitte
2001-04-03Fix warnings.Bodo Möller
2001-04-03Make sure OPENSSL_SYS_... is defined when we need it.Bodo Möller
2001-04-03Plug a memory leak. Spotted by "Shijin" <shijin@comex.com>Richard Levitte
2001-04-03libfisdef.h and LIB do not exist on older VMS versionsRichard Levitte
2001-04-02ENGINE_load_[private|public]_key had error handling that could returnGeoff Thorpe
2001-04-02Actually there were two error cases that could return without releasing theGeoff Thorpe
2001-04-02Don't return an error until the global lock is released.Geoff Thorpe
2001-04-02Rewrite CHOICE field setting code to properly handleDr. Stephen Henson
2001-03-30Complete the des_encrypt to des_encrypt1 rename in the mainRichard Levitte
2001-03-29One des_encrypt to des_encrypt1 I forgot to commit...Richard Levitte
2001-03-29Since there has been reports of clashes between OpenSSL'sRichard Levitte
2001-03-28check CRTUlf Möller