summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-06-16Add EVP_PKEY_get0_hmac() functionNathaniel McCallum
2016-06-16Revert "RT4526: Call TerminateProcess, not ExitProcess"Matt Caswell
2016-06-16Skip the TLSProxy tests if environmental problems are an issueMatt Caswell
2016-06-16Fix the build and tests following constification of DH, DSA, RSAMatt Caswell
2016-06-16Change the return type of EVP_EncodeUpdateMatt Caswell
2016-06-15Deal with the consequences of constifying gettersRichard Levitte
2016-06-15Constify the parameter getters for RSA, DSA and DHRichard Levitte
2016-06-15RT4526: Call TerminateProcess, not ExitProcessRich Salz
2016-06-15Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY
2016-06-15Constify X509_TRUST_add method.FdaSilvaYY
2016-06-15Constify asn1/asn_mime.cFdaSilvaYY
2016-06-15Constify some input buffers in asn1FdaSilvaYY
2016-06-15Constify CMS_get0_type inputFdaSilvaYY
2016-06-15Constify UIFdaSilvaYY
2016-06-15Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.FdaSilvaYY
2016-06-15Constify some conf_mod.c internal methodsFdaSilvaYY
2016-06-15Change (!seqtt) to (seqtt == NULL)Richard Levitte
2016-06-15Always check that the value returned by asn1_do_adb() is non-NULLRichard Levitte
2016-06-14perlasm/x86*.pl: add endbranch instruction.Andy Polyakov
2016-06-14modes/asm/ghashp8-ppc.pl: improve performance by 2.7x.Andy Polyakov
2016-06-14aes/asm/aesp8-ppc.pl: implement "tweak chaining".Andy Polyakov
2016-06-14test/evptests.txt: add more XTS tests.Andy Polyakov
2016-06-14evp/e_aes.c: wire hardware-assisted XTS subroutines.Andy Polyakov
2016-06-14aes/asm/aesp8-ppc.pl: add XTS subroutines.Andy Polyakov
2016-06-14(Temporarily) don't download clang packageRich Salz
2016-06-14perlasm/x86_64-xlate.pl: add commentary.Andy Polyakov
2016-06-14perlasm/x86_64-xlate.pl: refactor argument parsing loop.Andy Polyakov
2016-06-14Make x86_64-xlate.pl 'use strict' clean.David Benjamin
2016-06-14VMS: use BLDDIR rather than BUILDDIR in descrip.mms.tmplRichard Levitte
2016-06-14Add a developer target 'build_generated' to rebuild mandatory headersRichard Levitte
2016-06-14Build file templates: make sure to depend on generated header filesRichard Levitte
2016-06-14Move the Configure generated header files to the top build.infoRichard Levitte
2016-06-14Configure: Make it possible to generate mandatory header filesRichard Levitte
2016-06-14Fix omitted selector handling.Dr. Stephen Henson
2016-06-14Update fuzz corporaKurt Roeckx
2016-06-14Initialize the session_idKurt Roeckx
2016-06-14Remove an unused variable assignmentMatt Caswell
2016-06-14RT4562: Fix misleading doc on OPENSSL_configRich Salz
2016-06-14Free memory on an error pathMatt Caswell
2016-06-14Avoid a double-free in crl2pl7Matt Caswell
2016-06-14Add missing break statementMatt Caswell
2016-06-14Fix commentMatt Caswell
2016-06-14make updateMatt Caswell
2016-06-14Shorten some symbol namesRichard Levitte
2016-06-13GH1141: Different fix, preferred by Richard.Rich Salz
2016-06-13RT3454: Re-enable nistp-64_gcc_128 on windowsPeter Mosmans
2016-06-13Missed some copyright mergeRich Salz
2016-06-13Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.TJ Saunders
2016-06-13Forgot to update the setter argument ordering in the public headers.TJ Saunders
2016-06-13Reorder the setter arguments to more consistently match that of other APIs,TJ Saunders