aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some missing return value checksMatt Caswell2016-06-134-10/+15
* bn/bn_add.c: favour counted loops over ifs and breaks.Andy Polyakov2016-06-131-72/+38
* RT3053: Check for NULL before dereferencingPhillip Hellewell2016-06-121-0/+4
* Avoid creating illegal pointersKurt Roeckx2016-06-111-5/+7
* Specify array sizesKurt Roeckx2016-06-115-6/+6
* Avoid creating an illegal pointer.Kurt Roeckx2016-06-111-2/+1
* Avoid creating an illegal pointerKurt Roeckx2016-06-111-2/+2
* Fix an error path leak in int X509_ATTRIBUTE_set1_data()Matt Caswell2016-06-101-3/+9
* Fix an error path leak in do_ext_nconf()Matt Caswell2016-06-101-1/+3
* Fix seg fault in TS_RESP_verify_response()Matt Caswell2016-06-101-8/+15
* RT 4242: reject invalid EC point coordinatesEmilia Kasper2016-06-093-14/+26
* Make a2i_ipadd an internal functionRich Salz2016-06-092-0/+3
* Clean up "generic" intro pod files.Rich Salz2016-06-092-0/+291
* hmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.Andy Polyakov2016-06-091-1/+1
* Fixes to get -ansi workingJeffrey Walton2016-06-081-1/+1
* Add some accessor API'sRich Salz2016-06-081-0/+9
* crypto/x509/x509_vpm.c: Simplify int_x509_param_set1()Kurt Cancemi2016-06-081-6/+5
* Fix BN_mod_word bugMatt Caswell2016-06-071-0/+22
* Fix potential access of null pointer (pp)Rob Percival2016-06-071-2/+2