Configurations/10-main.conf: fix PA-RISC commentary.
[openssl.git] / crypto /
2016-06-27 Andy Polyakovevp/evp_enc.c: refine partial buffer overlap detection.
2016-06-27 Andy Polyakovevp/evp_enc.c: check for partially[!] overlapping buffers
2016-06-26 Rich SalzRT2680: Public EC key is shown as private
2016-06-25 David BenjaminHandle BN_mod_word failures.
2016-06-25 David BenjaminFix BN_is_prime* calls.
2016-06-24 Andy Polyakovperlasm/x86_64-xlate.pl: address errors and warnings...
2016-06-24 Nathaniel McCallumTeach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()
2016-06-24 Kurt RoeckxAvoid signed overflow
2016-06-24 Ben LaurieDeal with API changes.
2016-06-24 Matt CaswellEnsure HMAC key gets cleansed after use
2016-06-24 Matt CaswellAdd a getter to obtain the HMAC_CTX md
2016-06-23 Matt CaswellFix ASN1_STRING_to_UTF8 could not convert NumericString
2016-06-23 huangqinjinMake x25519_compute_key() return a boolean
2016-06-23 huangqinjinMake ossl_ecdh_compute_key() return a boolean
2016-06-23 Rich SalzRT2867: des_ede3_cfb1 ignored "size in bits" flag
2016-06-23 FdaSilvaYYAdd checks on sk_TYPE_push() returned result
2016-06-23 FdaSilvaYYRework error handling from asn1_do_lock method.
2016-06-22 Andy Polyakovrand/randfile.c: make it non-ASCII-savvy.
2016-06-22 Andy PolyakovMove OS-specific fopen quirks to o_fopen.c.
2016-06-22 Andy Polyakovcrypto/cryptlib.c: omit OPENSSL_ia32cap_loc().
2016-06-21 FdaSilvaYYSpelling... and more spelling
2016-06-21 Kurt RoeckxAvoid creating an illegal pointer.
2016-06-21 Kurt Roeckxbuf2hexstr: properly deal with empty string
2016-06-20 David BenjaminMake arm-xlate.pl set use strict.
2016-06-20 Richard Levittemake update
2016-06-20 Richard LevitteFix proxy certificate pathlength verification
2016-06-20 Richard LevitteCheck that the subject name in a proxy cert complies...
2016-06-20 Kurt CancemiRemove pointless free loop in X509_TRUST_cleanup()
2016-06-20 Kurt CancemiRemove pointless free loop in X509_PURPOSE_cleanup()
2016-06-20 Kurt Cancemicrypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious...
2016-06-20 Emilia KasperMake DSA_SIG and ECDSA_SIG getters const.
2016-06-20 Andy Polyakovrand/randfile.c: remove obsolete commentary.
2016-06-20 Andy Polyakovaes/asm/bsaes-armv7.pl: omit redundant stores in XTS...
2016-06-20 Andy Polyakovaes/asm/bsaes-armv7.pl: fix XTS decrypt test failure.
2016-06-20 Richard LevitteChange default directory for the .rnd file on Windows...
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-18 FdaSilvaYYUseless includes
2016-06-18 FdaSilvaYYMissing NULL check on OBJ_dup result in x509_name_canon
2016-06-18 FdaSilvaYYFix an MSVC warning.
2016-06-18 Matt CaswellImprove const correctness for stacks of EVP_MD
2016-06-18 Matt Caswellconstify SRP
2016-06-18 Matt CaswellAvoid type punning warnings in b_addr.c
2016-06-17 Matt CaswellChange default directory for storing the .rnd file...
2016-06-16 FdaSilvaYYSpelling fixes
2016-06-16 Rich SalzFix build break.
2016-06-16 Nathaniel McCallumAdd EVP_PKEY_get0_hmac() function
2016-06-16 Matt CaswellFix the build and tests following constification of...
2016-06-16 Matt CaswellChange the return type of EVP_EncodeUpdate
2016-06-15 Richard LevitteDeal with the consequences of constifying getters
2016-06-15 Richard LevitteConstify the parameter getters for RSA, DSA and DH
2016-06-15 FdaSilvaYYConstify input buffers of some X509V3 and X509_PURPOSE...
2016-06-15 FdaSilvaYYConstify X509_TRUST_add method.
2016-06-15 FdaSilvaYYConstify asn1/asn_mime.c
2016-06-15 FdaSilvaYYConstify some input buffers in asn1
2016-06-15 FdaSilvaYYConstify CMS_get0_type input
2016-06-15 FdaSilvaYYConstify UI
2016-06-15 FdaSilvaYYConstify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.
2016-06-15 FdaSilvaYYConstify some conf_mod.c internal methods
2016-06-14 Richard LevitteChange (!seqtt) to (seqtt == NULL)
2016-06-14 Richard LevitteAlways check that the value returned by asn1_do_adb...
2016-06-14 Andy Polyakovperlasm/x86*.pl: add endbranch instruction.
2016-06-14 Andy Polyakovmodes/asm/ghashp8-ppc.pl: improve performance by 2.7x.
2016-06-14 Andy Polyakovaes/asm/aesp8-ppc.pl: implement "tweak chaining".
2016-06-14 Andy Polyakovevp/e_aes.c: wire hardware-assisted XTS subroutines.
2016-06-14 Andy Polyakovaes/asm/aesp8-ppc.pl: add XTS subroutines.
2016-06-14 Andy Polyakovperlasm/x86_64-xlate.pl: add commentary.
2016-06-14 Andy Polyakovperlasm/x86_64-xlate.pl: refactor argument parsing...
2016-06-14 David BenjaminMake x86_64-xlate.pl 'use strict' clean.
2016-06-14 Dr. Stephen HensonFix omitted selector handling.
2016-06-14 Matt CaswellRemove an unused variable assignment
2016-06-14 Rich SalzRT4562: Fix misleading doc on OPENSSL_config
2016-06-14 Matt CaswellFree memory on an error path
2016-06-13 Rich SalzGH1141: Different fix, preferred by Richard.
2016-06-13 Rich SalzMissed some copyright merge
2016-06-13 TJ SaundersEnsure that NULL r and s parameters cannot be set on...
2016-06-13 TJ SaundersReorder the setter arguments to more consistently match...
2016-06-13 TJ SaundersImplement DSA_SIG_set0() and ECDSA_SIG_set0(), for...
2016-06-13 Matt CaswellAdd some missing return value checks
2016-06-13 Andy Polyakovbn/bn_add.c: favour counted loops over ifs and breaks.
2016-06-12 Phillip HellewellRT3053: Check for NULL before dereferencing
2016-06-11 Kurt RoeckxAvoid creating illegal pointers
2016-06-11 Kurt RoeckxSpecify array sizes
2016-06-11 Kurt RoeckxAvoid creating an illegal pointer.
2016-06-11 Kurt RoeckxAvoid creating an illegal pointer
2016-06-10 Matt CaswellFix an error path leak in int X509_ATTRIBUTE_set1_data()
2016-06-10 Matt CaswellFix an error path leak in do_ext_nconf()
2016-06-10 Matt CaswellFix seg fault in TS_RESP_verify_response()
2016-06-09 Emilia KasperRT 4242: reject invalid EC point coordinates
2016-06-09 Rich SalzMake a2i_ipadd an internal function
2016-06-09 Rich SalzClean up "generic" intro pod files.
2016-06-09 Andy Polyakovhmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.
2016-06-08 Jeffrey WaltonFixes to get -ansi working
2016-06-08 Rich SalzAdd some accessor API's
2016-06-08 Kurt Cancemicrypto/x509/x509_vpm.c: Simplify int_x509_param_set1()
2016-06-07 Matt CaswellFix BN_mod_word bug
2016-06-07 Rob PercivalFix potential access of null pointer (pp)
2016-06-07 Rich SalzFix some GitHub issues.
2016-06-07 Cesar PereidaSet flag BN_FLG_CONSTTIME earlier
2016-06-07 Cesar PereidaRemove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverse
2016-06-06 Matt CaswellDeprecate the flags that switch off constant time
next