openssl.git
2001-10-10 Richard LevitteAdd support for md4WithRSAEncryption.
2001-10-10 Richard LevitteFor systems where gcc is used and where we don't know...
2001-10-10 Richard Levitte'make update'
2001-10-10 Richard LevitteIt seems like gcc does canonicalisation of file names...
2001-10-10 Richard Levitte'make update'
2001-10-10 Richard LevitteTo avoid commit wars over dependencies, let's make...
2001-10-10 Richard Levittemakedepend sometimes produces duplicates. Remove them.
2001-10-09 Richard LevitteA few more OIDs, contributed by Peter Sylvester <Peter...
2001-10-09 Geoff Thorpeevp_test.c and evptests.txt both need to be linked...
2001-10-08 Geoff ThorpeChange some EVP prototypes to use "cipher" rather than...
2001-10-08 Geoff ThorpeEVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been...
2001-10-08 Geoff ThorpeAs ENGINE_load_openbsd_dev_crypto() is an API function...
2001-10-08 Geoff ThorpeMake sure the "ENGINE_TABLE" cleanup callbacks have...
2001-10-08 Geoff ThorpeMissing pointer in the eng_table_register function...
2001-10-08 Lutz JänickeSmall documentation fixes (Howard Lum <howard@pumpkin...
2001-10-04 Richard LevitteCopy evptests.txt to the right place.
2001-10-04 Richard LevitteTypo...
2001-10-04 Richard LevitteSSL_add_dir_cert_subjects_to_stack for Win32 finally...
2001-10-04 Richard Levitte'make update'
2001-10-04 Richard LevitteSince ossl_typ.h is an exported header, we sure need...
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-10-03 Dr. Stephen... Use the maximum block length for the extra size in...
2001-10-02 Dr. Stephen... Make EVP_DecryptUpdate work again.
2001-10-02 Richard Levittesch isn't an array, how did this pass through gcc?
2001-10-02 Richard LevitteA lot of things are undeclared unless x509.h is included.
2001-10-02 Richard LevitteHmm, everything "open" isn't necessarely "openssl"...
2001-10-01 Richard LevitteWoopsie...
2001-10-01 Richard Levitte'make update'
2001-10-01 Richard Levittesk_ENGINE_CLEANUP_ITEM_pop_free() is duplicated in...
2001-10-01 Richard LevitteAddapt seldom compiled code to new semantics of the...
2001-10-01 Richard LevitteSome new symbols have very long names...
2001-10-01 Richard Levitteo_time.c contains symbols with dollar signs in them...
2001-10-01 Geoff ThorpeThe cleanup stack in ENGINE changed slightly, so this...
2001-10-01 Geoff ThorpeThe STACK macros take care of casting to and from the...
2001-10-01 Geoff ThorpeMake an (overdue) note about the recent ENGINE restruct...
2001-10-01 Geoff ThorpeMake "openssl engine -c" list any supported digests...
2001-10-01 Lutz JänickeTypos (Chris Pepper <pepper@mail.reppep.com>)
2001-09-28 Richard LevitteChange HZ in speed to rely on sysconf() if the clock...
2001-09-28 Geoff ThorpeENGINE_register_all_complete() will register all implem...
2001-09-28 Dr. Stephen... Modernise and fix (ancient) "maurice" demos.
2001-09-28 Dr. Stephen... Constify EVP_SealInit, EVP_OpenInit
2001-09-28 Dr. Stephen... Make (ancient) sign.c demo compile again.
2001-09-28 Dr. Stephen... Support fractional seconds in GeneralizedTime
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"
next