summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-29SpellingFdaSilvaYY
2016-06-29Some interfaces may have IPv6 addresses even if an IPv6 address is notBen Laurie
2016-06-28base64 macro: parenthesize for clarityEmilia Kasper
2016-06-27rsa/rsa_lib.c: const-ify RSA_get0_engine().Andy Polyakov
2016-06-27RT4586: Remove RSA_memory_lock; unused, not neededRich Salz
2016-06-27Fix one more instance of incorrect OPENSSL_API_COMPAT valueMatt Caswell
2016-06-27Fix some OPENSSL_API_COMPAT valuesMatt Caswell
2016-06-27Clarify use of |$end0| in stitched x86-64 AES-GCM code.Brian Smith
2016-06-27evp/evp_enc.c: refine partial buffer overlap detection.Andy Polyakov
2016-06-27evp/evp_enc.c: check for partially[!] overlapping buffersAndy Polyakov
2016-06-26RT2680: Public EC key is shown as privateRich Salz
2016-06-25Handle BN_mod_word failures.David Benjamin
2016-06-25Fix BN_is_prime* calls.David Benjamin
2016-06-24perlasm/x86_64-xlate.pl: address errors and warnings in elderly perls.Andy Polyakov
2016-06-24Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()Nathaniel McCallum
2016-06-24Avoid signed overflowKurt Roeckx
2016-06-24Deal with API changes.Ben Laurie
2016-06-24Ensure HMAC key gets cleansed after useMatt Caswell
2016-06-24Add a getter to obtain the HMAC_CTX mdMatt Caswell
2016-06-23Fix ASN1_STRING_to_UTF8 could not convert NumericStringMatt Caswell
2016-06-23Make x25519_compute_key() return a booleanhuangqinjin
2016-06-23Make ossl_ecdh_compute_key() return a booleanhuangqinjin
2016-06-23RT2867: des_ede3_cfb1 ignored "size in bits" flagRich Salz
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