Linux on s390 really knows about loading dynamically.
[oweals/openssl.git] / crypto /
2002-08-01 Richard LevitteIf CRYPTO_realloc() is called with a NULL pointer,...
2002-07-31 Richard LevitteMake sure to use $(MAKE) everywhere instead of make.
2002-07-30 Lutz JänickeRelease 0.9.7-beta3
2002-07-30 Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-07-30 Lutz Jänicke"make update"
2002-07-25 Bodo MöllerAdd bn_dup_expand() comment from the main branch explai...
2002-07-24 Richard LevitteDon't clobber loop variable.
2002-07-23 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-22 Richard LevitteIf DH is disabled, don't define the DH functions.
2002-07-22 Richard LevitteIf DH is disabled, don't define the DH functions.
2002-07-19 Richard LevitteThe first compile of the new merger method for VMS...
2002-07-19 Richard LevitteTwo more names that are a little too long for the stand...
2002-07-19 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-18 Richard LevitteFurther enhance assembler support on Cygwin and DJGPP.
2002-07-18 Richard LevitteFurther enhance assembler support on Cygwin and DJGPP.
2002-07-18 Richard LevitteReverse the change with the following log, it needs...
2002-07-18 Richard LevitteReverse the change with the following log, it needs...
2002-07-18 Richard LevitteMake S/MIME output conform with the mail and MIME stand...
2002-07-18 Richard LevitteMake S/MIME output conform with the mail and MIME stand...
2002-07-18 Richard LevitteOPENSSL_SYS_WIN32 is important so util/mkdef.pl can...
2002-07-18 Richard LevitteOPENSSL_SYS_WIN32 is important so util/mkdef.pl can...
2002-07-17 Richard LevitteAdd support for shared libraries with OS/2.
2002-07-17 Richard LevitteAdd support for shared libraries with OS/2.
2002-07-16 Richard LevitteThe default C compiler on MacOS X doesn't like empty...
2002-07-16 Richard LevitteThe default C compiler on MacOS X doesn't like empty...
2002-07-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-16 Richard LevitteSome older code (never committed) wasn't converted...
2002-07-15 Richard LevitteThere's an ongoing project to bring some kind of path...
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-07-11 Richard LevitteIn UI_UTIL_read_pw(), we should look at the size parame...
2002-07-11 Richard LevitteIn UI_UTIL_read_pw(), we should look at the size parame...
2002-07-10 Bodo Möllerremove obsolete comment
2002-07-10 Bodo Möllerremove obsolete comment
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-07-04 Bodo MöllerAES cipher suites are now official (RFC3268)
2002-06-29 Richard LevitteDo not define crypt() on OpenBSD. Notified by Bob...
2002-06-29 Richard LevitteDo not define crypt() on OpenBSD. Notified by Bob...
2002-06-27 Richard Levitteopensslconf.h doesn't define what we want, e_os2.h...
2002-06-27 Richard Levitteopensslconf.h doesn't define what we want, e_os2.h...
2002-06-27 Richard LevitteTry to avoid double declaration of ERR_load_PEM_strings().
2002-06-27 Richard LevitteTry to avoid double declaration of ERR_load_PEM_strings().
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-27 Richard LevitteDJGPP has some needed header files that other MSDOS...
2002-06-27 Richard LevitteDJGPP has some needed header files that other MSDOS...
2002-06-27 Richard LevitteWhen compiling for Windows, make sure we have the windo...
2002-06-27 Richard LevitteWhen compiling for Windows, make sure we have the windo...
2002-06-27 Richard LevitteUse 32-bit sections instead of the default, 16-bit...
2002-06-27 Richard LevitteUse 32-bit sections instead of the default, 16-bit...
2002-06-27 Richard LevitteUse bg instead of bag as argument to macros, to avoid...
2002-06-27 Richard LevitteUse bg instead of bag as argument to macros, to avoid...
2002-06-27 Richard LevitteA number of includes were removed from evp.h some time...
2002-06-27 Richard LevitteA number of includes were removed from evp.h some time...
2002-06-26 Bodo MöllerMake sure buffers are large enough even for weird param...
2002-06-26 Bodo MöllerMake sure buffers are large enough even for weird param...
2002-06-21 Geoff ThorpeMake sure any ENGINE control commands make local copies...
2002-06-21 Geoff ThorpeMake sure any ENGINE control commands make local copies...
2002-06-20 Lutz Jänicke<sys/select.h> is included for AIX, when USE_SOCKETS...
2002-06-20 Lutz Jänicke<sys/select.h> is included for AIX, when USE_SOCKETS...
2002-06-20 Lutz JänickeAIX (V3) requires <sys/select.h> (included via e_os...
2002-06-20 Lutz JänickeAIX (V3) requires <sys/select.h> (included via e_os...
2002-06-18 Bodo Mölleralways include <string.h> (we do this in various other...
2002-06-18 Bodo Mölleralways include <string.h> (we do this in various other...
2002-06-18 Bodo Mölleralways include <string.h> (we do this in various other...
2002-06-18 Bodo MöllerImplement handling of EC parameter seeds (new functions
2002-06-16 Lutz JänickeRoll OpenSSL-0.9.7-beta2 OpenSSL_0_9_7-beta2
2002-06-16 Lutz JänickeOpenSSL_add_all_algorithms has been replaced by configu...
2002-06-16 Lutz JänickeOpenSSL_add_all_algorithms has been replaced by configu...
2002-06-14 Lutz JänickeSome more prototype fixes.
2002-06-14 Lutz JänickeSome more prototype fixes.
2002-06-13 Richard LevitteMerge from HEAD.
2002-06-13 Richard LevitteAdd support for DJGPP.
2002-06-13 Richard LevitteAdd support for DJGPP.
2002-06-13 Richard LevitteMaking a softlink from crypto/des/asm/perlasm to crypto...
2002-06-13 Richard LevitteMaking a softlink from crypto/des/asm/perlasm to crypto...
2002-06-13 Lutz JänickeAdd missing prototypes.
2002-06-13 Lutz JänickeAdd missing prototypes.
2002-06-13 Dr. Stephen HensonFix ext_dat.h extension ordering.
2002-06-13 Dr. Stephen HensonFix ext_dat.h extension ordering.
2002-06-13 Lutz JänickeAdd OIDs for Secure Electronic Transactions (SET)
2002-06-13 Lutz JänickeAdd OIDs for Secure Electronic Transactions (SET)
2002-06-13 Dr. Stephen HensonThe new ASN1 code automatically allocates
2002-06-13 Dr. Stephen HensonThe new ASN1 code automatically allocates
2002-06-12 Bodo Möllersimplify asn1_flag
2002-06-11 Ben LaurieHandle read errors.
2002-06-11 Ben LaurieFix warnings.
2002-06-11 Ben LaurieHandle read failures better.
2002-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-06-10 Bodo Möllerfix for 'make update'
2002-06-10 Bodo Möllerfix for 'make update'
2002-06-10 Bodo Möllerremove unnecessary calls to EC_POINT_copy()
2002-06-06 Bodo Möllerfix memory leak
2002-06-06 Lutz JänickeMake sure that settings are passed back and forth when...
2002-06-06 Lutz JänickeMake sure that settings are passed back and forth when...
2002-06-06 Lutz JänickeNew OID for X509 usage: pseudonym
2002-06-06 Lutz JänickeNew OID for X509 usage: pseudonym
2002-06-05 Richard LevitteIt's not good to have a pointer point at something...
2002-06-05 Richard LevitteIt's not good to have a pointer point at something...
next