openssl.git
2015-12-09 Richard LevitteFix warnings about unused variables when EC is disabled.
2015-12-09 Richard LevitteMove the definitions of EC_KEY and EC_KEY_METHOD to...
2015-12-09 Dr. Stephen... add CHANGES and NEWS entry
2015-12-09 Dr. Stephen... remove ECDSA error line
2015-12-09 Dr. Stephen... add compatibility headers
2015-12-09 Dr. Stephen... Use NULL comparison
2015-12-09 Dr. Stephen... add block comment
2015-12-09 Dr. Stephen... set standard EC method in eng_openssl
2015-12-09 Dr. Stephen... make update
2015-12-09 Dr. Stephen... remove ecdsa.h header references.
2015-12-09 Dr. Stephen... EC_KEY_METHOD accessors.
2015-12-09 Dr. Stephen... make errors
2015-12-09 Dr. Stephen... Top level ECDSA sign/verify redirection.
2015-12-09 Dr. Stephen... Engine EC_KEY_METHOD functionality.
2015-12-09 Dr. Stephen... remove ecdsa from mkdef.pl
2015-12-09 Dr. Stephen... remove ECDSA_METHOD from ENGINE
2015-12-09 Dr. Stephen... remove ECDSA_METHOD typedef
2015-12-09 Dr. Stephen... add missing prototypes
2015-12-09 Dr. Stephen... remove ecdsa.h header
2015-12-09 Dr. Stephen... add ECDSA_size to ec_asn1.c
2015-12-09 Dr. Stephen... remove errors
2015-12-09 Dr. Stephen... remove crypto/ecdsa
2015-12-09 Dr. Stephen... add sign/verify methods
2015-12-09 Dr. Stephen... return errors for unsupported operations
2015-12-09 Dr. Stephen... Remove reference to ECDSA_OpenSSL.
2015-12-09 Dr. Stephen... Move and adapt ECDSA sign and verify functions.
2015-12-09 Dr. Stephen... modify ecdsatest to use accessor
2015-12-09 Dr. Stephen... Add ECDSA_SIG accessor.
2015-12-09 Dr. Stephen... move ECDSA_SIG prototypes
2015-12-09 Dr. Stephen... make errors
2015-12-09 Dr. Stephen... extend EC_KEY_METHOD for signing support
2015-12-09 Dr. Stephen... adapt ossl_ecdsa.c to crypto/ec
2015-12-09 Dr. Stephen... move ECDSA_SIG definition
2015-12-09 Dr. Stephen... Move ECDSA implementation to crypto/ec
2015-12-09 Dr. Stephen... Move ECDSA_SIG ASN.1 to crypto/ec
2015-12-09 Dr. Stephen... Add set methods.
2015-12-09 Dr. Stephen... EC_KEY_METHOD copy support
2015-12-09 Dr. Stephen... EC_KEY_METHOD init and finish support
2015-12-09 Dr. Stephen... ENGINE fixes
2015-12-09 Dr. Stephen... remove ECDH from mkdef.pl
2015-12-09 Dr. Stephen... remove ECDH_METHOD typedef
2015-12-09 Dr. Stephen... remove ecdh.h header
2015-12-09 Dr. Stephen... remove ECDH error loading
2015-12-09 Dr. Stephen... Remove crypto/ecdh update Makefile.org
2015-12-09 Dr. Stephen... remove ECDH_METHOD from ENGINE
2015-12-09 Dr. Stephen... make errors
2015-12-09 Dr. Stephen... Add compute key support to EC_KEY_METHOD
2015-12-09 Dr. Stephen... Adapt ecdh_compute_key
2015-12-09 Dr. Stephen... move ECDH implementation to crypto/ec
2015-12-09 Dr. Stephen... Move ECDH_KDF_X9_62 to crypto/ec
2015-12-09 Dr. Stephen... EC_KEY_METHOD keygen support.
2015-12-09 Dr. Stephen... make errors
2015-12-09 Dr. Stephen... Support for EC_KEY_METHOD.
2015-12-09 Ben LaurieLink library for backtrace() on BSD...
2015-12-08 Richard LevitteNEWS: Add a bit of precision regarding removal of ciphe...
2015-12-08 Richard LevitteAdditional NEWS
2015-12-08 Rich SalzRefer to website for acknowledgements.
2015-12-08 Richard LevitteNot all 'find's know -xtype, use -type instead
2015-12-08 Richard LevitteAdapt the OS X build to use the OS X tar
2015-12-08 Richard LevitteMake it possible to affect the way dists are made
2015-12-08 Dr. Stephen... Update NEWS
2015-12-08 Dr. Stephen... Extended master secret test script.
2015-12-08 Dr. Stephen... Add extms extension
2015-12-08 Dr. Stephen... TLSProxy update
2015-12-08 Dr. Stephen... update errors
2015-12-08 Dr. Stephen... Extended master secret fixes and checks.
2015-12-08 Matt CaswellFix merge error
2015-12-08 Dmitry BelyavskiyAdd some new cipher ctrl constants
2015-12-08 Richard LevitteCleanup the EVP_MD_CTX before exit rather than after
2015-12-07 Richard LevitteRemove double semi (;)
2015-12-07 Richard LevitteRemove typedef of HMAC_CTX from crypto/hmac/hmac_lcl.h
2015-12-07 Richard LevitteFix clang complaints about uninitialised variables.
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...
next