aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-06-24Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()Nathaniel McCallum1-1/+6
2016-06-24Avoid signed overflowKurt Roeckx1-1/+1
2016-06-24Deal with API changes.Ben Laurie3-41/+49
2016-06-24Ensure HMAC key gets cleansed after useMatt Caswell1-0/+2
2016-06-24Add a getter to obtain the HMAC_CTX mdMatt Caswell1-0/+5
2016-06-23Fix ASN1_STRING_to_UTF8 could not convert NumericStringMatt Caswell1-1/+1
2016-06-23Make x25519_compute_key() return a booleanhuangqinjin1-2/+2
2016-06-23Make ossl_ecdh_compute_key() return a booleanhuangqinjin1-1/+1
2016-06-23RT2867: des_ede3_cfb1 ignored "size in bits" flagRich Salz1-0/+2
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY1-2/+6
2016-06-23Rework error handling from asn1_do_lock method.FdaSilvaYY4-15/+21
2016-06-22rand/randfile.c: make it non-ASCII-savvy.Andy Polyakov1-49/+85
2016-06-22Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov4-85/+111
2016-06-22crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().Andy Polyakov1-10/+0
2016-06-22Spelling... and more spellingFdaSilvaYY3-3/+3
2016-06-21Avoid creating an illegal pointer.Kurt Roeckx1-6/+6
2016-06-21buf2hexstr: properly deal with empty stringKurt Roeckx1-1/+6
2016-06-20Make arm-xlate.pl set use strict.David Benjamin1-1/+3
2016-06-20make updateRichard Levitte1-0/+1
2016-06-20Fix proxy certificate pathlength verificationRichard Levitte1-4/+18
2016-06-20Check that the subject name in a proxy cert complies to RFC 3820Richard Levitte2-0/+75
2016-06-20Remove pointless free loop in X509_TRUST_cleanup()Kurt Cancemi1-3/+0
2016-06-20Remove pointless free loop in X509_PURPOSE_cleanup()Kurt Cancemi1-3/+0
2016-06-20crypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious memsetKurt Cancemi1-4/+3
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper5-23/+22
2016-06-20rand/randfile.c: remove obsolete commentary.Andy Polyakov1-5/+0
2016-06-20aes/asm/bsaes-armv7.pl: omit redundant stores in XTS subroutines.Andy Polyakov1-20/+2
2016-06-20aes/asm/bsaes-armv7.pl: fix XTS decrypt test failure.Andy Polyakov1-1/+1
2016-06-20Change default directory for the .rnd file on Windows and VMSRichard Levitte1-5/+3
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY26-26/+0
2016-06-18Useless includesFdaSilvaYY2-4/+0
2016-06-18Missing NULL check on OBJ_dup result in x509_name_canonFdaSilvaYY1-0/+2
2016-06-18Fix an MSVC warning.FdaSilvaYY1-0/+1
2016-06-18Improve const correctness for stacks of EVP_MDMatt Caswell1-3/+3
2016-06-18constify SRPMatt Caswell2-26/+28
2016-06-18Avoid type punning warnings in b_addr.cMatt Caswell1-4/+4
2016-06-17Change default directory for storing the .rnd file on WindowsMatt Caswell1-0/+14
2016-06-16Spelling fixesFdaSilvaYY1-2/+2
2016-06-16Fix build break.Rich Salz1-2/+8
2016-06-16Add EVP_PKEY_get0_hmac() functionNathaniel McCallum2-0/+14
2016-06-16Fix the build and tests following constification of DH, DSA, RSAMatt Caswell3-12/+12
2016-06-16Change the return type of EVP_EncodeUpdateMatt Caswell3-8/+12
2016-06-15Deal with the consequences of constifying gettersRichard Levitte1-5/+7
2016-06-15Constify the parameter getters for RSA, DSA and DHRichard Levitte3-44/+32
2016-06-15Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY7-19/+19
2016-06-15Constify X509_TRUST_add method.FdaSilvaYY1-4/+4
2016-06-15Constify asn1/asn_mime.cFdaSilvaYY1-16/+16
2016-06-15Constify some input buffers in asn1FdaSilvaYY3-7/+8
2016-06-15Constify CMS_get0_type inputFdaSilvaYY1-1/+1
2016-06-15Constify UIFdaSilvaYY1-1/+1