summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY
2016-06-23Rework error handling from asn1_do_lock method.FdaSilvaYY
2016-06-22rand/randfile.c: make it non-ASCII-savvy.Andy Polyakov
2016-06-22Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov
2016-06-22crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().Andy Polyakov
2016-06-22Spelling... and more spellingFdaSilvaYY
2016-06-21Avoid creating an illegal pointer.Kurt Roeckx
2016-06-21buf2hexstr: properly deal with empty stringKurt Roeckx
2016-06-20Make arm-xlate.pl set use strict.David Benjamin
2016-06-20make updateRichard Levitte
2016-06-20Fix proxy certificate pathlength verificationRichard Levitte
2016-06-20Check that the subject name in a proxy cert complies to RFC 3820Richard Levitte
2016-06-20Remove pointless free loop in X509_TRUST_cleanup()Kurt Cancemi
2016-06-20Remove pointless free loop in X509_PURPOSE_cleanup()Kurt Cancemi
2016-06-20crypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious memsetKurt Cancemi
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper
2016-06-20rand/randfile.c: remove obsolete commentary.Andy Polyakov
2016-06-20aes/asm/bsaes-armv7.pl: omit redundant stores in XTS subroutines.Andy Polyakov
2016-06-20aes/asm/bsaes-armv7.pl: fix XTS decrypt test failure.Andy Polyakov
2016-06-20Change default directory for the .rnd file on Windows and VMSRichard Levitte
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-18Useless includesFdaSilvaYY
2016-06-18Missing NULL check on OBJ_dup result in x509_name_canonFdaSilvaYY
2016-06-18Fix an MSVC warning.FdaSilvaYY
2016-06-18Improve const correctness for stacks of EVP_MDMatt Caswell
2016-06-18constify SRPMatt Caswell
2016-06-18Avoid type punning warnings in b_addr.cMatt Caswell
2016-06-17Change default directory for storing the .rnd file on WindowsMatt Caswell
2016-06-16Spelling fixesFdaSilvaYY
2016-06-16Fix build break.Rich Salz
2016-06-16Add EVP_PKEY_get0_hmac() functionNathaniel McCallum
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-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-14evp/e_aes.c: wire hardware-assisted XTS subroutines.Andy Polyakov
2016-06-14aes/asm/aesp8-ppc.pl: add XTS subroutines.Andy Polyakov