aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Remove pointless free loop in X509_TRUST_cleanup()Kurt Cancemi2016-06-201-3/+0
* Remove pointless free loop in X509_PURPOSE_cleanup()Kurt Cancemi2016-06-201-3/+0
* crypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious memsetKurt Cancemi2016-06-201-4/+3
* Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper2016-06-205-23/+22
* rand/randfile.c: remove obsolete commentary.Andy Polyakov2016-06-201-5/+0
* aes/asm/bsaes-armv7.pl: omit redundant stores in XTS subroutines.Andy Polyakov2016-06-201-20/+2
* aes/asm/bsaes-armv7.pl: fix XTS decrypt test failure.Andy Polyakov2016-06-201-1/+1
* Change default directory for the .rnd file on Windows and VMSRichard Levitte2016-06-201-5/+3
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-1826-26/+0
* Useless includesFdaSilvaYY2016-06-182-4/+0
* Missing NULL check on OBJ_dup result in x509_name_canonFdaSilvaYY2016-06-181-0/+2
* Fix an MSVC warning.FdaSilvaYY2016-06-181-0/+1
* Improve const correctness for stacks of EVP_MDMatt Caswell2016-06-181-3/+3
* constify SRPMatt Caswell2016-06-182-26/+28
* Avoid type punning warnings in b_addr.cMatt Caswell2016-06-181-4/+4
* Change default directory for storing the .rnd file on WindowsMatt Caswell2016-06-171-0/+14
* Spelling fixesFdaSilvaYY2016-06-161-2/+2
* Fix build break.Rich Salz2016-06-161-2/+8
* Add EVP_PKEY_get0_hmac() functionNathaniel McCallum2016-06-162-0/+14
* Fix the build and tests following constification of DH, DSA, RSAMatt Caswell2016-06-163-12/+12
* Change the return type of EVP_EncodeUpdateMatt Caswell2016-06-163-8/+12
* Deal with the consequences of constifying gettersRichard Levitte2016-06-151-5/+7
* Constify the parameter getters for RSA, DSA and DHRichard Levitte2016-06-153-44/+32
* Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY2016-06-157-19/+19
* Constify X509_TRUST_add method.FdaSilvaYY2016-06-151-4/+4
* Constify asn1/asn_mime.cFdaSilvaYY2016-06-151-16/+16
* Constify some input buffers in asn1FdaSilvaYY2016-06-153-7/+8
* Constify CMS_get0_type inputFdaSilvaYY2016-06-151-1/+1
* Constify UIFdaSilvaYY2016-06-151-1/+1
* Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.FdaSilvaYY2016-06-151-3/+3
* Constify some conf_mod.c internal methodsFdaSilvaYY2016-06-151-9/+11
* Change (!seqtt) to (seqtt == NULL)Richard Levitte2016-06-151-3/+3
* Always check that the value returned by asn1_do_adb() is non-NULLRichard Levitte2016-06-151-0/+2
* perlasm/x86*.pl: add endbranch instruction.Andy Polyakov2016-06-142-0/+9
* modes/asm/ghashp8-ppc.pl: improve performance by 2.7x.Andy Polyakov2016-06-141-20/+449
* aes/asm/aesp8-ppc.pl: implement "tweak chaining".Andy Polyakov2016-06-141-54/+126
* evp/e_aes.c: wire hardware-assisted XTS subroutines.Andy Polyakov2016-06-141-0/+14
* aes/asm/aesp8-ppc.pl: add XTS subroutines.Andy Polyakov2016-06-141-0/+1784
* perlasm/x86_64-xlate.pl: add commentary.Andy Polyakov2016-06-141-1/+7
* perlasm/x86_64-xlate.pl: refactor argument parsing loop.Andy Polyakov2016-06-141-11/+12
* Make x86_64-xlate.pl 'use strict' clean.David Benjamin2016-06-141-114/+119
* Fix omitted selector handling.Dr. Stephen Henson2016-06-141-1/+1
* Remove an unused variable assignmentMatt Caswell2016-06-141-1/+1
* RT4562: Fix misleading doc on OPENSSL_configRich Salz2016-06-143-18/+18
* Free memory on an error pathMatt Caswell2016-06-141-0/+3
* GH1141: Different fix, preferred by Richard.Rich Salz2016-06-131-2/+2
* Missed some copyright mergeRich Salz2016-06-132-102/+0
* Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.TJ Saunders2016-06-132-0/+4
* Reorder the setter arguments to more consistently match that of other APIs,TJ Saunders2016-06-132-2/+2
* Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders2016-06-132-0/+18