openssl.git
2015-12-07 Richard LevitteChange tar owner and group to just 0
2015-12-07 Richard LevitteAdd an entry in CHANGES
2015-12-07 Richard LevitteDocument EVP_MD constructors, destructors and manipulators
2015-12-07 Richard LevitteDocument the HMAC changes
2015-12-07 Richard LevitteDocument the EVP_MD_CTX changes
2015-12-07 Richard Levittemake update
2015-12-07 Richard LevitteCleanup: fix all sources that used HMAC_CTX_init
2015-12-07 Richard LevitteCleanup: rename HMAC_CTX_init to HMAC_CTX_reset
2015-12-07 Richard LevitteCleanup: support EVP_MD_CTX_(create|init|destroy) for...
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteCleanup: rename EVP_MD_CTX_(create|init|destroy) to...
2015-12-07 Richard LevitteCleanup: Remove M_EVP_MD_* macros
2015-12-07 Richard LevitteAdapt the rest of the source to the removal of (EVP_MD_...
2015-12-07 Richard LevitteRemove HMAC_CTX_cleanup and combine its functionality...
2015-12-07 Richard LevitteRemove EVP_MD_CTX_cleanup and put its functionality...
2015-12-07 Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07 Richard LevitteMake the definition of HMAC_CTX opaque
2015-12-07 Richard LevitteAdd inclusion of internal/evp_int.h to all crypto/...
2015-12-07 Richard LevitteAdapt all engines that add new EVP_MDs
2015-12-07 Richard LevitteHave the few apps that accessed EVP_MD directly use...
2015-12-07 Richard LevitteMake the definition of EVP_MD opaque
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-07 Richard LevitteDocument the changed HMAC API.
2015-12-07 Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-12-07 Richard LevitteHave other crypto/evp files include evp_locl.h
2015-12-07 Richard LevitteMake the definition of EVP_MD_CTX opaque
2015-12-07 Richard LevitteDo not add symlinks in the source release
2015-12-07 Richard LevitteIn travis, build from a "source release" rather than...
2015-12-07 Richard LevitteSmall changes to creating dists
2015-12-07 Dr. Stephen... Fix and update versions in CHANGES and NEWS
2015-12-07 Andy PolyakovARMv4 assembly pack: allow Thumb2 even in iOS build,
2015-12-07 Viktor DukhovniFix typo and improve a bit of text
2015-12-06 Viktor DukhovniReally disable 56-bit (single-DES) ciphers
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-12-04 Kurt RoeckxRemove SSL_{CTX_}set_ecdh_auto() and always enable...
2015-12-04 Kurt RoeckxMake SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()
2015-12-04 Kurt RoeckxRemove support for SSL_{CTX_}set_tmp_ecdh_callback().
2015-12-04 Matt CaswellFix EAP FAST in the new state machine
2015-12-04 Viktor DukhovniRevert unnecessary SSL_CIPHER_get_bits API change
2015-12-04 Richard LevitteRun test/run_tests.pl directly in the test_ordinals...
2015-12-03 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry propagating bug ...
2015-12-03 Andy Polyakovperlasm/ppc-xlate.pl: comply with ABIs that specify...
2015-12-02 Andy Polyakovmodes/ocb128.c: fix sanitizer warning.
2015-12-02 Richard LevitteFix ./Configure reconf
2015-12-02 Dr. Stephen... Remove RSA_FLAG_SIGN_VER flag.
2015-12-02 Richard LevitteMove the backtrace memleak options to a separate variable
2015-12-02 Dr. Stephen... make update
2015-12-02 Dr. Stephen... Remove legacy sign/verify from EVP_MD.
2015-12-02 Rich SalzRun test_ordinals after update
2015-12-02 Richard Levitte_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE instead
2015-12-02 Richard LevitteAdd backtrace to memory leak output
2015-12-02 Andy Polyakovcrypto/sparcv9cap.c: add SIGILL-free feature detection...
2015-12-02 Andy Polyakovmodes/ocb128.c: split fixed block xors to aligned and...
2015-12-02 Andy Polyakovmodes/ocb128.c: ocb_lookup_l to allow non-contiguous...
2015-12-01 Rich Salztypo fix on function
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-30 Rich SalzRemove BN_init
2015-11-30 Dr. Stephen... Remove GOST special case: handled automatically now.
2015-11-30 Dr. Stephen... Use digest indices for signature algorithms.
2015-11-30 Dr. Stephen... For TLS < 1.2 use default digest for client certificate
2015-11-30 Dr. Stephen... Use digest tables for defaults.
2015-11-28 Viktor DukhovniCorrect aes-128-cbc cipher name
2015-11-27 Dr. Stephen... fix function code discrepancy
2015-11-27 Dr. Stephen... PRF and handshake hash revision.
2015-11-27 Matt CaswellUpdates to GOST2012
2015-11-26 Dr. Stephen... Remove X509_VERIFY_PARAM_ID
2015-11-26 Matt CaswellFix a NULL deref in an error path
2015-11-26 Matt CaswellAdd documentation for BN_with_flags
2015-11-26 Matt CaswellTighten up BN_with_flags usage and avoid a reachable...
2015-11-25 Dr. Stephen... Remove unused cert_verify_mac code
2015-11-24 Andy PolyakovConfiguratons: add -DFILIO_H to harmonized Solaris...
2015-11-24 Alessandro... Remove useless locking code
2015-11-24 Finn HakanssonFix typo: _REENTERANT -> _REENTRANT
2015-11-24 Marcus Meissnermark openssl configuration as loaded at end of OPENSSL_...
2015-11-24 Quanah Gibson... Fix grammar errors
2015-11-24 Pascal Cuoqssl3_free(): Return if it wasn't created
2015-11-24 Dr. Stephen... Add ctrl for SHA1 and SSLv3
2015-11-24 Dr. Stephen... make update
2015-11-24 Dr. Stephen... Use EVP_md5_sha1() to process client verify
2015-11-24 Dr. Stephen... Use EVP_md5_sha1() to generate client verify
2015-11-24 Dr. Stephen... Add EVP_MD_CTX_ctrl function.
2015-11-24 Dr. Stephen... Add ssl3 ctrl to EVP_md5_sha1().
2015-11-24 Dr. Stephen... Remove RSA exception when generating server key exchange.
2015-11-24 Dr. Stephen... Remove RSA exception when processing server key exchange.
2015-11-24 Dr. Stephen... Use MD5+SHA1 for default digest if appropriate.
2015-11-24 Dr. Stephen... Add MD5+SHA1
2015-11-24 Dr. Stephen... Fix uninitialised p error.
2015-11-24 Dr. Stephen... Limit depth of ASN1 parse printing.
2015-11-24 Richard LevitteDrop the old perl start magic and replace it with a...
2015-11-24 Jacob Bandes... Add perl modeline to Configure scripts
2015-11-23 Rich Salz"make update" after async merge.
2015-11-23 Rich SalzFix a few missed "if (!ptr)" cleanups
2015-11-23 Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-23 Andy Polyakovx86_64 assembly pack: tune clang version detection.
2015-11-23 Andy PolyakovMakefile.org: add LC_ALL=C to unify error [and other...
2015-11-23 Andy Polyakove_os.h: __sun done right.
2015-11-22 Matt CaswellFix a rebase error
2015-11-22 Viktor DukhovniAsync error handling and MacOS/X fixes
2015-11-22 Kurt RoeckxUse defined(__sun) instead of defined(sun)
2015-11-22 Kurt RoeckxUpdate dasync to use size_t for the sha1 update
next