openssl.git
2001-09-27 Richard LevitteSynchronise with Unixly build.
2001-09-27 Richard LevitteStop thinking arguments starting with - are algorithm...
2001-09-27 Richard LevitteApparently, Linux is identified with __linux__ as well.
2001-09-26 Richard Levitte'make update'
2001-09-26 Richard LevitteThe #error message must match a very specific regexp...
2001-09-26 Ben LaurieDon't clean up stuff twice.
2001-09-26 Ben LaurieFixes.
2001-09-26 Richard LevitteTwo changes:
2001-09-26 Ben LaurieFix warning.
2001-09-25 Geoff Thorpe"FALLBACK" handling was a hack that was thrown out...
2001-09-25 Geoff ThorpeMake update to bring in all the cipher/digest-related...
2001-09-25 Geoff ThorpePut the cipher info back into the "openssl engine"...
2001-09-25 Geoff ThorpeFiddling.
2001-09-25 Geoff ThorpeThis change puts the original OpenBSD /dev/crypto suppo...
2001-09-25 Geoff ThorpeThis change adds dummy RC4 and SHA1 support to the...
2001-09-25 Geoff ThorpeThis changes EVP's cipher and digest code to hook via...
2001-09-25 Geoff ThorpeThis change adds cipher and digest support into ENGINE...
2001-09-25 Geoff Thorpeindentation.
2001-09-25 Geoff Thorpe"make update".
2001-09-25 Geoff ThorpeMake necessary tweaks to apps/ files due to recent...
2001-09-25 Geoff ThorpeThis commits changes to various parts of libcrypto...
2001-09-25 Geoff ThorpeThis commits the changes to STACK macros forced by...
2001-09-25 Geoff ThorpeThis change replaces the ENGINE's underlying mechanics...
2001-09-25 Geoff ThorpeSome major restructuring changes to ENGINE, including...
2001-09-25 Dr. Stephen... Fix AES CBC mode EVP_CIPHER structures: the IV length...
2001-09-25 Bodo Möller'openssl rsa' etc. should include AES support in additi...
2001-09-25 Bodo Möller'openssl speed' does not include AES support yet
2001-09-24 Geoff Thorpe"make update"
2001-09-24 Richard LevitteIn case of memory problems, the va_start() wasn't clean...
2001-09-24 Bodo Möllercomment
2001-09-24 Bodo Möllerignore binary
2001-09-24 Bodo Mölleravoid everything resembling a magic trigraph
2001-09-22 Bodo MöllerThe 'no-rijndael' option must define OPENSSL_NO_AES...
2001-09-22 Bodo Möllercrypto/idea and crypto/rijndael were missing in the...
2001-09-21 Bodo Möllerbugfix: handle HelloRequest received during handshake...
2001-09-21 Bodo MöllerDisable session related stuff in SSL_ST_OK case of...
2001-09-21 Bodo MöllerBugfix: correct cleanup after sending a HelloRequest
2001-09-20 Bodo MöllerNew function SSL_renegotiate_pending().
2001-09-20 Bodo Möllermake update
2001-09-20 Bodo Möllerfix ssl3_accept: don't call ssl_init_wbio_buffer()...
2001-09-20 Bodo MöllerFix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so...
2001-09-20 Bodo Möllercomments
2001-09-18 Bodo MöllerChange Makefile so that it works without any additional...
2001-09-17 Bodo MöllerAnother demo.
2001-09-14 Geoff ThorpeSome of the ENGINE file names were changed for 8.3...
2001-09-14 Geoff ThorpeFix a typo in the preprocessor logic in eng_list.c...
2001-09-14 Geoff ThorpeAdd a SHA1 test to evptests.txt - only the MD5 hash...
2001-09-14 Geoff Thorpe'evp_test' needs to initialise and cleanup EVP_CIPHER_C...
2001-09-14 Bodo Mölleradd comment
2001-09-14 Bodo MöllerGet rid of junk (deleted/renamed function) by rebuilding
2001-09-14 Bodo Mölleradd details
2001-09-13 Lutz JänickeTypo.
2001-09-13 Lutz JänickeOne more manual page.
2001-09-13 Lutz JänickeRework section about return values another time (based...
2001-09-13 Bodo Mölleravoid "statement not reached" warning
2001-09-12 Geoff ThorpeUpdated dependencies from "make update"
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
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... Add certificate and request demos.
2001-09-11 Lutz JänickeMake maximum certifcate chain size accepted from the...
2001-09-11 Bodo Mölleradd 'release showstopper' entry
2001-09-11 Bodo Möllerupdate
2001-09-11 Bodo Möllerex_data situation is no longer that bad
2001-09-10 Geoff Thorpemake update
2001-09-10 Geoff ThorpePut all "common" initialisation in the apps_startup...
2001-09-10 Geoff Thorpeenginetest needs 'memset' defined.
2001-09-10 Ulf Möllermissed one file
2001-09-10 Bodo MöllerWhile ispell may not like it, "cancelling" may be spelt...
2001-09-10 Bodo Möllerfix memory leak (I think)
2001-09-10 Bodo Möllerremove an old comment
2001-09-10 Bodo Möllerrestore previous revision -- memory leak should be...
2001-09-10 Bodo Möllerfix memory leak
2001-09-10 Bodo Mölleravoid warning ('const' discarded)
2001-09-10 Bodo Möllerexclude disabled message digests
2001-09-10 Bodo Mölleradd AES ciphers
2001-09-10 Bodo MöllerUpdate so that progs.h can indeed be automatically...
2001-09-10 Bodo Möllertypo
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ö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... Replace old (and invalid) copyright notice.
2001-09-07 Bodo MöllerThe various hash #includes in rand_lcl.h *are* needed...
2001-09-07 Lutz JänickeRecognize OpenUNIX-8 with compiler
2001-09-07 Ben LaurieAdd a cleanup function for MDs.
2001-09-07 Ben LaurieLook up MD5 by name.
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öllerispell
2001-09-07 Ulf Möllerispell
2001-09-07 Ulf Möllermake engine file names unique in 8.3
2001-09-06 Lutz JänickeCompletely reworked SVR5 shared library support.
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 Lutz JänickeEven more corrections for OpenUNIX 8
2001-09-06 Bodo MöllerAvoid strdup.
next