summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-07-16fix memory leaksMiroslav Franc
2016-07-16Remove the silly CVS markers from LPdir_*.cRichard Levitte
2016-07-16Add back lost copyright and license text in LPdir_win.cRichard Levitte
2016-07-15Fix: dummy definition of rand_hw_seed() should also return intRichard Levitte
2016-07-15Fix ASN.1 private encode of EC_KEY to not change the input keyRichard Levitte
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-07-15crypto/x86[_64]cpuid.pl: add OPENSSL_ia32_rd[rand|seed]_bytes.Andy Polyakov
2016-07-13Add OCSP accessors.Dr. Stephen Henson
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni
2016-07-11Add nameConstraints commonName checking.Dr. Stephen Henson
2016-07-10VMS: Simplify the spec of the default certs & keys area.Richard Levitte
2016-07-08GH1278: Removed error code for alertsRich Salz
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov
2016-07-06Don't indicate errors during initial adb decode.Dr. Stephen Henson
2016-07-05Stop using and deprecate ENGINE_setup_bsd_cryptodevRichard Levitte
2016-07-05Fix mem error handling in PKCS7_simple_smimecapFdaSilvaYY
2016-07-05Improve some error management code in CTFdaSilvaYY
2016-07-05Fix some memory error handling in CTFdaSilvaYY
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY
2016-07-02Fix some VMS inconsistenciesRichard Levitte
2016-07-01Cleanup obj_dat.h, obj_dat.plRich Salz
2016-07-01Simplify INCLUDE statements in build.info filesRichard Levitte
2016-07-01fix code formattingmrpre
2016-07-01add return value for expandmrpre
2016-07-01Fix printing private EC_KEYAlessandro Ghedini
2016-07-01SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov
2016-07-01SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov
2016-06-30Constify a bit more OPENSSL_sk_ APIFdaSilvaYY
2016-06-30Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copyFdaSilvaYY
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell
2016-06-30Remove the envvar hack to enable proxy cert processingRichard Levitte
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