One more point to clarify, pointed out by "Greg Stark" <ghstark@pobox.com>
[openssl.git] / crypto /
2001-05-13 Richard LevitteA randomizer for OpenVMS, using the statistics that...
2001-05-13 Richard LevitteDefine `ok' and better error detection.
2001-05-13 Richard Levittemake update
2001-05-13 Richard Levittedes_read_password() and des_read_2passwords() can only...
2001-05-13 Richard LevitteMove the password reading functions completely away...
2001-05-13 Dr. Stephen Henson#if 0 out deleted (?) functions to stop Win32 DLL
2001-05-12 Dr. Stephen HensonChange Win32 to use EXPORT_VAR_AS_FN.
2001-05-12 Dr. Stephen HensonTypo.
2001-05-11 Richard Levittee_os2.h defines things like OPENSSL_SYS_MSDOS, not...
2001-05-10 Dr. Stephen HensonPurpose and trust setting functions for X509_STORE.
2001-05-10 Dr. Stephen HensonFix warning with DEBUG_SAFESTACK
2001-05-09 Dr. Stephen HensonAllow various X509_STORE_CTX properties to be
2001-05-08 Richard LevitteThere is no uitest
2001-05-07 Dr. Stephen HensonInitial CRL based revocation checking.
2001-05-07 Richard LevitteClarify the license and copyright, make preprocessor...
2001-05-06 Richard Levittemake update
2001-05-06 Richard LevitteAdd a general user interface API. This is designed...
2001-05-03 Richard LevitteSome platforms (most notably Windows) do not have a...
2001-04-30 Geoff ThorpeIn RSA, DSA, DH, and RAND - if the "***_new()" function...
2001-04-29 Dr. Stephen HensonWin32 fixes:
2001-04-27 Geoff ThorpeFor some inexplicable reason, I'd (a) left the debuggin...
2001-04-26 Geoff ThorpeSome fixes to the reference-counting in ENGINE code...
2001-04-26 Geoff ThorpeThis adds 2 things to the ENGINE code.
2001-04-26 Richard LevitteProvide the possibility to clean up internal ENGINE...
2001-04-26 Richard Levittegcc warns when certain values of an enumeration aren...
2001-04-26 Richard LevitteCheck for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO...
2001-04-26 Richard Levitteengine.h includes all the needed header files, so don...
2001-04-26 Richard LevitteUser OPENSSL_UNISTD instead of <unistd.h>.
2001-04-25 Geoff ThorpeThis change to the "dl", "dlfcn", and "win32" DSO_METHO...
2001-04-21 Dr. Stephen HensonFix ASN1 bug when decoding OTHER type.
2001-04-20 Richard LevitteVMS was behind when it comes to OCSP.
2001-04-19 Geoff ThorpeSome more tweaks to ENGINE code.
2001-04-19 Geoff ThorpeSome BIG tweaks to ENGINE code.
2001-04-18 Geoff ThorpeSome more tweaks to ENGINE code.
2001-04-18 Bodo Möllerfix md_rand.c locking bugs
2001-04-18 Geoff ThorpeMake the shared library name and function symbol for...
2001-04-18 Geoff ThorpeSome more tweaks from ENGINE code.
2001-04-18 Geoff ThorpeSome more tweaks to ENGINE code.
2001-04-18 Geoff ThorpeSome more tweaks to ENGINE code.
2001-04-18 Geoff ThorpeSome more tweaks to ENGINE code.
2001-04-18 Geoff ThorpeStructural references should never be decremented direc...
2001-04-18 Geoff ThorpeThis moves string constants out of vendor headers and...
2001-04-17 Geoff Thorpe'make update'
2001-04-16 Ben LaurieFix warning.
2001-04-14 Lutz JänickeConstify (Jason Molenda <jason@molenda.com>)
2001-04-11 Richard LevitteMake it possible to move the emailAddress object to...
2001-04-09 Bodo MöllerAdjust BN_mod_inverse algorithm selection according...
2001-04-08 Bodo Möllercomment
2001-04-08 Bodo Möllercode documentation
2001-04-08 Bodo Möllerbinary algorithm for modular inversion
2001-04-08 Richard LevitteAdd the possibility to have AES removed in Windows...
2001-04-05 Bodo MöllerDon't use 'tt' uninitialized when reporting an error
2001-04-05 Richard LevitteFix couple of memory leaks in PKCS7_dataDecode().
2001-04-04 Richard LevitteSince vms.mar handles 32-bit integers, do not use it...
2001-04-03 Bodo MöllerFix warnings.
2001-04-03 Bodo MöllerMake sure OPENSSL_SYS_... is defined when we need it.
2001-04-03 Richard LevittePlug a memory leak. Spotted by "Shijin" <shijin@comex...
2001-04-03 Richard Levittelibfisdef.h and LIB do not exist on older VMS versions
2001-04-02 Geoff ThorpeENGINE_load_[private|public]_key had error handling...
2001-04-02 Geoff ThorpeActually there were two error cases that could return...
2001-04-02 Geoff ThorpeDon't return an error until the global lock is released.
2001-04-02 Dr. Stephen HensonRewrite CHOICE field setting code to properly handle
2001-03-30 Richard LevitteComplete the des_encrypt to des_encrypt1 rename in...
2001-03-29 Richard LevitteOne des_encrypt to des_encrypt1 I forgot to commit...
2001-03-29 Richard LevitteSince there has been reports of clashes between OpenSSL's
2001-03-28 Ulf Möllercheck CRT
2001-03-28 Ulf Möllercheck CRT
2001-03-27 Andy PolyakovThe IRIX fix. Asm recap and corresponding declation.
2001-03-27 Richard LevitteInclude bn.h so we get BN_LLONG properly defined. ...
2001-03-24 Richard Levittemake update
2001-03-21 Richard LevitteUse stdlib.h to get size_t.
2001-03-21 Richard LevitteSince they aren't implemented yet, EC_GFp_{recp,nist...
2001-03-20 Richard Levitteavoid linking problems when OpenSSL is built with no...
2001-03-20 Bodo MöllerIncrease boundaries in EC_window_bits_for_scalar_size...
2001-03-19 Bodo MöllerTable for window sizes.
2001-03-18 Richard LevitteNew cofiguration for Unixwre and SCO,with slightly...
2001-03-18 Dr. Stephen HensonFix PKCS#12 key generation bug.
2001-03-15 Dr. Stephen HensonOverhaul the display of certificate details in
2001-03-15 Bodo MöllerCompletely remove mont2 stuff.
2001-03-15 Bodo Mölleravoid infinite loop
2001-03-15 Bodo Möllererror codes are longs, not ints
2001-03-15 Bodo MöllerMore error_data memory leaks
2001-03-15 Dr. Stephen HensonDocument the -certopt option to the x509 utility.
2001-03-14 Bodo MöllerThe former ULTRASPARC preprocessor symbol is now called
2001-03-13 Richard Levittemake update.
2001-03-13 Bodo MöllerUse err_clear_data macro
2001-03-12 Bodo Möllerfix memory leak in err.c
2001-03-12 Bodo MöllerRename function EC_GROUP_precompute to EC_GROUP_precomp...
2001-03-11 Bodo MöllerAdd various X9.62 OIDs. (GF(2^n) mostly left out.)
2001-03-11 Bodo MöllerEC_METHOD based on bn_mont2 (not used in the library)
2001-03-11 Bodo MöllerForcibly enable memory leak checking during "make test"
2001-03-11 Bodo MöllerTimings are not supposed to be enabled by default ...
2001-03-11 Bodo MöllerAdd functions EC_POINT_mul and EC_GROUP_precompute.
2001-03-11 Bodo Möllerhandle negative scalars correctly when doing point...
2001-03-11 Bodo Mölleruse fflush
2001-03-10 Bodo MöllerChange timing output: We don't have "exponents" here...
2001-03-10 Bodo Möllercomment and error code update
2001-03-10 Bodo MöllerRemove files from Lenka's EC implementation.
2001-03-10 Bodo MöllerMore EC stuff, including EC_POINTs_mul() for simultaneo...
2001-03-10 Dr. Stephen HensonIn crypto/ec #if 0 out structures which reference ...
next