Extentions of the explanations to the linking problem on Win32. Provided by Andrew...
[oweals/openssl.git] / crypto /
2001-11-16 Richard LevitteOn VMS, the norm is still that symbols are uppercased...
2001-11-15 Richard Levitteperl util/mkerr.pl -recurse -write -rebuild
2001-11-15 Richard Levittemake update
2001-11-15 Geoff ThorpeThe change in the HEAD to not cache gethostbyname(...
2001-11-12 Mark J. CoxSync ia64.S in 0.9.6c-dev with ia64.S in 0.9.7 (some...
2001-11-12 Mark J. CoxAdd assembler implementation for IA-64
2001-11-09 Bodo Möllertypo
2001-11-09 Bodo Möllerfix warning
2001-11-09 Bodo Möllercast to 'unsigned long' before using ~ if we need an...
2001-10-29 Richard LevitteAddapt VMS scripts to the newer disk layout system...
2001-10-26 Bodo Möllerdisable caching in BIO_gethostbyname
2001-10-20 Dr. Stephen HensonTypo.
2001-10-14 Ulf Mölleropenbsd-x86 macros
2001-10-11 Richard LevitteIn certain cases, no encoding has been set up for the...
2001-10-10 Richard Levitte'make update'
2001-10-10 Richard LevitteAdd support for md4WithRSAEncryption.
2001-10-10 Richard LevitteA few more OIDs, contributed by Peter Sylvester <Peter...
2001-10-08 Lutz JänickeSmall documentation fixes (Howard Lum <howard@pumpkin...
2001-09-24 Richard LevitteIn case of memory problems, the va_start() wasn't clean...
2001-09-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-09-13 Bodo Mölleravoid "statement not reached" warning
2001-09-12 Geoff ThorpeENGINE uses a very opaque design, so we can predeclare...
2001-09-12 Geoff ThorpeENGINE files were renamed, and error strings are now...
2001-09-12 Dr. Stephen HensonAdd certificate and request demos.
2001-09-10 Geoff Thorpemake update
2001-09-10 Geoff Thorpeenginetest needs 'memset' defined.
2001-09-10 Ulf Möllermissed one file
2001-09-10 Bodo Möllerfix memory leak (I think)
2001-09-10 Bodo Möllerremove an old comment
2001-09-10 Bodo Mölleravoid warning ('const' discarded)
2001-09-10 Bodo Möllertypo
2001-09-10 Bodo Möllercomments
2001-09-10 Bodo MöllerGet rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit...
2001-09-10 Bodo MöllerGet rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit...
2001-09-10 Bodo Möllercopyright
2001-09-10 Bodo Möllercopyright
2001-09-10 Bodo MöllerDelete pointless casts
2001-09-10 Bodo MöllerFix apps/openssl.c and ssl/ssltest.c so that they use
2001-09-08 Dr. Stephen HensonReplace old (and invalid) copyright notice.
2001-09-08 Dr. Stephen HensonReplace old (and invalid) copyright notice.
2001-09-07 Bodo MöllerThe various hash #includes in rand_lcl.h *are* needed...
2001-09-07 Ben LaurieAdd a cleanup function for MDs.
2001-09-07 Ben LaurieRemove duplication.
2001-09-07 Ben LaurieNow need sha.h for some reason.
2001-09-07 Ben LaurieRedo type-safety fix.
2001-09-07 Ulf Möllermake engine file names unique in 8.3
2001-09-06 Ulf Möllerunused function
2001-09-06 Ulf Möllerinclude the proper header file
2001-09-06 Ulf Möllerdouble definition
2001-09-06 Bodo MöllerAvoid strdup.
2001-09-06 Bodo MöllerTotally get rid of CRYPTO_LOCK_ERR_HASH.
2001-09-06 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-09-06 Bodo Möllerimprove OAEP check
2001-09-06 Bodo Möllerimprove OAEP check
2001-09-06 Bodo Möllerfix formatting so that the file can be view with any...
2001-09-05 Geoff ThorpeThis adds "destroy" handlers to the existing ENGINEs...
2001-09-05 Geoff ThorpeENGINE's init() and finish() handler functions are...
2001-09-05 Geoff ThorpeChange DH_up() -> DH_up_ref()
2001-09-05 Geoff Thorpe"DH_up" had been changed to "DH_up_ref" in libeay.num...
2001-09-05 Bodo MöllerSolaris <string.h> does not declare 'strdup' if _XOPEN_...
2001-09-05 Ulf Möllerbn_sqr bug fix as in main
2001-09-05 Ulf Möllerbug fix: bn_sqr_recursive output is twice its input...
2001-09-05 Ulf MöllerUse GCC 2.95/3.0 optimization
2001-09-04 Ulf MöllerWTF?
2001-09-04 Ulf Möllerstrsep implementation to allow the file to compile...
2001-09-04 Geoff ThorpeMake the 'dynamic' ENGINE bundle up the loading applica...
2001-09-04 Geoff ThorpeAdd a "_up" -> "_up_ref" change to libeay.num that...
2001-09-04 Bodo Möllertypo
2001-09-04 Bodo MöllerNow that we have ERR_unload_strings(), ERR_load_ERR_str...
2001-09-04 Bodo Möllerchanging something requires a write lock, not a read...
2001-09-04 Bodo MöllerOpenSSL copyright notices ...
2001-09-04 Bodo Möllerdelete redundant ERR_load_CRYPTO_strings() prototype
2001-09-03 Geoff ThorpeThis changes the existing hardware ENGINE implementatio...
2001-09-03 Geoff ThorpeThis change adds a new ENGINE called "dynamic" that...
2001-09-03 Geoff ThorpeAdd a new ERR function, "ERR_unload_strings", to comple...
2001-09-03 Geoff ThorpeCorrect a typo.
2001-09-03 Bodo MöllerRename recently introduced functions for improved code...
2001-09-03 Bodo MöllerUse uniformly chosen witnesses for Miller-Rabin test
2001-09-03 Bodo MöllerUse uniformly chosen witnesses for Miller-Rabin test
2001-09-03 Bodo Möllerrearrange #includes because trying to include <crypto...
2001-09-02 Geoff ThorpeConvert "max" to "mx" for variable names (brought to...
2001-09-02 Ben LaurieMake MD functions take EVP_MD_CTX * instead of void...
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-09-01 Geoff ThorpeFirst step in fixing "ex_data" support. Warning: big...
2001-09-01 Geoff ThorpeOnly OPENSSL_free() non-NULL pointers.
2001-09-01 Ulf Möllerundo, didn't work
2001-09-01 Ulf Möller*** empty log message ***
2001-09-01 Ulf Möllerstrsep implementation to allow the file to compile...
2001-08-28 Geoff ThorpeEnsure that failure to create the BIO in 'CRYPTO_mem_le...
2001-08-28 Ben LaurieFix SSL memory leak.
2001-08-27 Geoff ThorpeMake sure "CRYPTO_mem_leaks_fp" doesn't itself create...
2001-08-26 Geoff Thorpe"make update"
2001-08-26 Geoff Thorpegcc can't spot that 'derlst' is not used uninitialised...
2001-08-26 Ben LaurieTest digests.
2001-08-26 Ben LaurieAdd digests.
2001-08-25 Geoff ThorpeTidy up some code formatting.
2001-08-25 Geoff ThorpeThis changes the "ERR" code to have all access to state...
2001-08-25 Geoff ThorpeChanges crypto/evp/ and ssl/ code from directly increme...
2001-08-25 Geoff ThorpeGive DH, DSA, and RSA functions to "up" their reference...
2001-08-24 cvs2svnThis commit was manufactured by cvs2svn to create branch
next