openssl.git
2002-02-07 Richard LevitteOops, do not unlock CRYPTO_LOCK_DYNLOCK when we locked
2002-02-07 Richard LevitteI forgot to include the aep and sureware vendor header...
2002-02-07 Richard LevitteBecause AEP and we used the same AEP_R_ prefix for...
2002-02-07 Richard LevitteAdd aep and sureware implementations and clean up some...
2002-02-07 Richard LevitteCertain reasons aren't really part of the engine framew...
2002-02-07 Richard LevitteGenerate the individual engines' error strings and...
2002-02-07 Richard LevitteIf the intended header file doesn't exist, create it.
2002-02-05 Richard Levitte'make update'
2002-02-05 Richard LevitteWith the changed des_old API, let's complete the work...
2002-02-05 Richard LevitteApply one patch from Assar Westerlund <assar@sics.se>:
2002-02-05 Richard LevitteApply three patches from Assar Westerlund <assar@kth...
2002-02-03 Richard LevitteASN1_BIT_STRING_set_bit() didn't clear previously set...
2002-02-02 Dr. Stephen... #undef some things that cause a conflict under Win32...
2002-01-29 Lutz JänickeShut up compiler warnings for inconsistent declarations.
2002-01-29 Lutz JänickeHP-UX 32bit:
2002-01-29 Lutz JänickeMake SHLIB_TARGET available in subdirs (here: apps/)
2002-01-29 Richard LevitteApply patch from Toomas Kiisk <vix@cyber.ee> and comple...
2002-01-28 Lutz JänickeSuperflous '\' messes up with HP-UX make.
2002-01-27 Bodo MöllerUndo previous change, X509_check_issued() was correct.
2002-01-27 Richard LevitteSpelling correction.
2002-01-27 Richard LevitteCorrect the number of colons for the targets aix43...
2002-01-27 Richard LevitteDetect one-step shifts of the dso_scheme.
2002-01-27 Richard LevitteI got some reports that some targets have weird dso_sch...
2002-01-26 Lutz JänickeRemove blanks at begin of empty lines irritating epv_test.c
2002-01-26 Richard LevitteUpdate SCO5 targets.
2002-01-26 Richard LevitteApply a small patch from Dan Lanz <lanz@zolera.com...
2002-01-26 Richard LevitteApply a small patch from Oscar Jacobsson <oscar@jacobss...
2002-01-26 Richard LevitteIt looks like I didn't remove everything that has to...
2002-01-26 Richard LevitteApply a small patch from Diego R. Lopez <diego.lopez...
2002-01-26 Richard LevitteGCC uses __i386__.
2002-01-26 Richard LevitteAdd old patch from Robert Dahlem <Robert.Dahlem@ffm2...
2002-01-26 Richard LevitteI got a request to make the "old des" symbols more...
2002-01-25 Richard LevitteApply Neale Ferguson's patch to add a configuration...
2002-01-25 Richard LevitteApply the following changes by Toomas Kiisk <vix@cyber...
2002-01-25 Richard LevitteApply a change by Toomas Kiisk <vix@cyber.ee>:
2002-01-25 Richard LevitteI must learn to compile before I commit...
2002-01-25 Richard LevitteDocument the change in rsautl.
2002-01-25 Richard LevitteAdd -keyform. Document -engine.
2002-01-25 Richard LevitteThere is no aestest currently. The EVP tester is used...
2002-01-25 Geoff ThorpeThe 'type' parameter, an EVP_MD pointer, represents...
2002-01-24 Richard LevitteKeep the NIST AES vectors that were there previously.
2002-01-24 Bodo Möllersort functions ...
2002-01-24 Bodo Möllerfix formatting of automatically generated error section
2002-01-24 Bodo MöllerNew functions
2002-01-24 Bodo MöllerReword CHANGES entry for _old_des_..., as it was a...
2002-01-24 Richard Levittemake update
2002-01-24 Richard LevitteBecause of recent changes, there's no need to hack...
2002-01-24 Richard LevitteTo avoid all kinds of link-level clashes, rename all...
2002-01-24 Richard LevitteTo avoid all kinds of link-level clashes, rename all...
2002-01-23 Lutz JänickeDocument the current behaviour of the DES interface.
2002-01-22 Ben LaurieSupport old DES APIs by default.
2002-01-22 Ben LaurieMake no config file not an error. Move /dev/crypto...
2002-01-22 Dr. Stephen... Constification.
2002-01-22 Dr. Stephen... default_algorithms option in ENGINE config.
2002-01-21 Lutz JänickeTypos (jsyn <jsyn@openbsd.org>).
2002-01-21 Lutz JänickeFix incorrect BIO_*_ctrl() macros (Shay Harding <shardi...
2002-01-21 Richard LevitteUse FIPS-197 vectors for AES. The NIST vectors were...
2002-01-21 Richard LevitteAdd more of the NIST test vectors for AES.
2002-01-21 Richard LevitteBring VMS up to date with development.
2002-01-21 Dr. Stephen... Initial ENGINE config module, docs to follow.
2002-01-18 Ben LaurieConstification, add config to /dev/crypto.
2002-01-18 Bodo Möllerdisable broken code
2002-01-18 Ben LaurieOther errors are possible.
2002-01-18 Ben LaurieStupid apps should die, not fail silently.
2002-01-18 Ben LaurieFix memory leak.
2002-01-18 Ben LaurieConstification, missing declaration, update dependencies.
2002-01-17 Geoff ThorpeCorrect for the recent prototype changes.
2002-01-16 Ulf Möller*** empty log message ***
2002-01-16 Geoff ThorpeProduce less confusing statistics when "-out_totals...
2002-01-16 Geoff ThorpeThe sample certs had expired, so these are newer ones...
2002-01-15 Bodo Möllerrun test_evp before test_ssl
2002-01-14 Bodo MöllerBugfix: In ssl3_accept, don't use a local variable...
2002-01-14 Bodo MöllerReturn -1 from ssl3_get_server_done (ssl3/s3_clnt.c) if
2002-01-12 Ben LauriePrototype info function.
2002-01-12 Ben LaurieAdd client_cert_cb prototype.
2002-01-12 Ben LaurieReturn value could be undefined.
2002-01-10 Geoff Thorpe- Network errors could pollute the buffers because...
2002-01-08 Richard LevittePatches to make OpenSSL compilable on MacOS/X.
2002-01-08 Geoff Thorpe- libtool finally annoyed me too much, so I'm nuking it,
2002-01-05 Geoff Thorpe- Add the same header stuff to aes_locl.h as is in...
2002-01-05 Dr. Stephen... Experimental configuration code.
2002-01-04 Bodo Mölleradd a sentence previously deleted by accident
2002-01-04 Bodo Mölleradd documentation for SSLeay_version(SSLEAY_DIR) and
2002-01-04 Lutz JänickeTsss, SSLeay_version() was already documented, it just...
2002-01-04 Bodo Möllersynchronize with engine-0.9.6 tree
2002-01-04 Lutz JänickeAdd information as provided by Richard Levitte on opens...
2002-01-04 Dr. Stephen... Update PEM docs
2002-01-04 Bodo Möllerfix 'Configure TABLE' output
2002-01-04 Bodo MöllerChanges that break something should be included in...
2002-01-04 Bodo Mölleradd automatically generated ERR_load_... prototype
2002-01-04 Bodo Möllerfix EVP_CIPHER_mode macro
2002-01-04 Geoff ThorpeConstify.
2002-01-03 Richard LevitteBetter clarification on perl
2002-01-02 Richard Levittemake update
2002-01-02 Richard LevitteImplement speed measurement for AES.
2002-01-02 Richard LevitteBecause Rijndael is more known as AES, use crypto/aes...
2002-01-02 Richard LevitteThe block size may be something other than 8!
2002-01-02 Richard LevitteWhen RSA or DSA are disabled, do not include the stuff...
2002-01-02 Richard Levittemake update
2002-01-02 Richard LevitteRSA counter should only be defined of RSA is available.
next