New EC functions.
[openssl.git] / crypto /
2015-12-16 Dr. Stephen HensonNew EC functions.
2015-12-15 Matt CaswellFix build on Solaris
2015-12-15 Rich SalzRemove GMP engine.
2015-12-14 Dr. Stephen Hensonmake update
2015-12-14 Dr. Stephen HensonNew function X509_get0_pubkey
2015-12-14 Dr. Stephen HensonAdd EVP_PKEY_get0_* functions.
2015-12-14 Dr. Stephen HensonExtend EVP_PKEY_copy_parameters()
2015-12-14 Emilia KasperFix a ** 0 mod 1 = 0 for real this time.
2015-12-14 Andy Polyakovcrpyto/ppccpuid.pl: add FPU probe and fix OPENSSL_rdtsc.
2015-12-14 Andy Polyakovcrypto/ppccap.c: add SIGILL-free processor capability...
2015-12-13 Andy Polyakovx86_64 assembly pack: tune clang version detection...
2015-12-13 Andy PolyakovConfigure: add framework for ChaCha and Poly1305 assembly.
2015-12-13 Ben LaurieRemove no longer existant structure member and direct...
2015-12-13 Ben LaurieFix (incorrect) uninitialised variable warning.
2015-12-12 Matt CaswellFix compile failure with no-threads
2015-12-11 Andy Polyakovevp/e_chacha20_poly1305.c: TLS interop fixes.
2015-12-11 Ben LaurieMake no-dh work, plus other no-dh problems found by...
2015-12-11 Richard Levittemake update
2015-12-11 Richard LevitteAdapt PEM routines to the opaque EVP_ENCODE_CTX
2015-12-11 Richard LevitteAdapt BIO_f_base64 to the opaque EVP_ENCODE_CTX
2015-12-11 Richard LevitteMake EVP_ENCODE_CTX opaque
2015-12-10 Rob StradlingSupport the TLS Feature (aka Must Staple) X.509v3 exten...
2015-12-10 Matt Caswellmake update
2015-12-10 Andy Polyakovevp/e_aes.c: wire hardware-assisted block function...
2015-12-10 Andy Polyakovx86[_64] assembly pack: add optimized AES-NI OCB subrou...
2015-12-10 Andy Polyakovmodes/ocb128.c: fix overstep.
2015-12-10 Andy PolyakovConfigure: make no-chacha and no-poly1305 work.
2015-12-10 Andy Polyakovevp/c_allc.c: wire ChaCha20-Poly1305 and add tests.
2015-12-10 Andy Polyakovcrypto/evp: add e_chacha20_poly1305.c.
2015-12-10 Andy Polyakovevp/evp_enc.c: allow EVP_CIPHER.ctx_size to be 0.
2015-12-10 Andy PolyakovAdd ChaCha20-Poly1305 and ChaCha20 NIDs.
2015-12-10 Andy PolyakovAdd reference ChaCha20 and Poly1305 implementations.
2015-12-10 Dr. Stephen Hensonmake default_ec_key_meth static
2015-12-09 Dr. Stephen Hensonremove ECDSA error line
2015-12-09 Dr. Stephen HensonUse NULL comparison
2015-12-09 Dr. Stephen Hensonset standard EC method in eng_openssl
2015-12-09 Dr. Stephen Hensonmake update
2015-12-09 Dr. Stephen Hensonremove ecdsa.h header references.
2015-12-09 Dr. Stephen HensonEC_KEY_METHOD accessors.
2015-12-09 Dr. Stephen HensonTop level ECDSA sign/verify redirection.
2015-12-09 Dr. Stephen HensonEngine EC_KEY_METHOD functionality.
2015-12-09 Dr. Stephen Hensonremove ECDSA_METHOD from ENGINE
2015-12-09 Dr. Stephen Hensonadd ECDSA_size to ec_asn1.c
2015-12-09 Dr. Stephen Hensonremove errors
2015-12-09 Dr. Stephen Hensonremove crypto/ecdsa
2015-12-09 Dr. Stephen Hensonadd sign/verify methods
2015-12-09 Dr. Stephen Hensonreturn errors for unsupported operations
2015-12-09 Dr. Stephen HensonRemove reference to ECDSA_OpenSSL.
2015-12-09 Dr. Stephen HensonMove and adapt ECDSA sign and verify functions.
2015-12-09 Dr. Stephen HensonAdd ECDSA_SIG accessor.
2015-12-09 Dr. Stephen Hensonmake errors
2015-12-09 Dr. Stephen Hensonextend EC_KEY_METHOD for signing support
2015-12-09 Dr. Stephen Hensonadapt ossl_ecdsa.c to crypto/ec
2015-12-09 Dr. Stephen Hensonmove ECDSA_SIG definition
2015-12-09 Dr. Stephen HensonMove ECDSA implementation to crypto/ec
2015-12-09 Dr. Stephen HensonMove ECDSA_SIG ASN.1 to crypto/ec
2015-12-09 Dr. Stephen HensonAdd set methods.
2015-12-09 Dr. Stephen HensonEC_KEY_METHOD copy support
2015-12-09 Dr. Stephen HensonEC_KEY_METHOD init and finish support
2015-12-09 Dr. Stephen HensonENGINE fixes
2015-12-09 Dr. Stephen Hensonremove ecdh.h header
2015-12-09 Dr. Stephen Hensonremove ECDH error loading
2015-12-09 Dr. Stephen HensonRemove crypto/ecdh update Makefile.org
2015-12-09 Dr. Stephen Hensonremove ECDH_METHOD from ENGINE
2015-12-09 Dr. Stephen Hensonmake errors
2015-12-09 Dr. Stephen HensonAdd compute key support to EC_KEY_METHOD
2015-12-09 Dr. Stephen HensonAdapt ecdh_compute_key
2015-12-09 Dr. Stephen Hensonmove ECDH implementation to crypto/ec
2015-12-09 Dr. Stephen HensonMove ECDH_KDF_X9_62 to crypto/ec
2015-12-09 Dr. Stephen HensonEC_KEY_METHOD keygen support.
2015-12-09 Dr. Stephen Hensonmake errors
2015-12-09 Dr. Stephen HensonSupport for EC_KEY_METHOD.
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 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: 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 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 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 Andy PolyakovARMv4 assembly pack: allow Thumb2 even in iOS build,
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 Dr. Stephen HensonRemove RSA_FLAG_SIGN_VER flag.
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-12-02 Richard LevitteAdd backtrace to memory leak output
next