aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-083-4/+8
* Don't indicate errors during initial adb decode.Dr. Stephen Henson2016-07-061-1/+1
* Stop using and deprecate ENGINE_setup_bsd_cryptodevRichard Levitte2016-07-051-10/+0
* Fix mem error handling in PKCS7_simple_smimecapFdaSilvaYY2016-07-051-10/+11
* Improve some error management code in CTFdaSilvaYY2016-07-052-26/+33
* Fix some memory error handling in CTFdaSilvaYY2016-07-051-15/+22
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-058-26/+70
* Fix some VMS inconsistenciesRichard Levitte2016-07-021-5/+5
* Cleanup obj_dat.h, obj_dat.plRich Salz2016-07-012-5945/+5256
* Simplify INCLUDE statements in build.info filesRichard Levitte2016-07-011-2/+1
* fix code formattingmrpre2016-07-011-12/+6
* add return value for expandmrpre2016-07-011-6/+13
* Fix printing private EC_KEYAlessandro Ghedini2016-07-011-1/+1
* SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov2016-07-011-5/+5
* SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov2016-07-013-4/+10
* Constify a bit more OPENSSL_sk_ APIFdaSilvaYY2016-06-301-2/+3
* Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copyFdaSilvaYY2016-06-301-21/+15
* Convert memset calls to OPENSSL_cleanseMatt Caswell2016-06-309-10/+19
* Remove the envvar hack to enable proxy cert processingRichard Levitte2016-06-301-6/+0
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-2917-24/+23
* SpellingFdaSilvaYY2016-06-292-2/+2
* Some interfaces may have IPv6 addresses even if an IPv6 address is notBen Laurie2016-06-291-3/+0
* base64 macro: parenthesize for clarityEmilia Kasper2016-06-281-1/+1
* rsa/rsa_lib.c: const-ify RSA_get0_engine().Andy Polyakov2016-06-271-1/+1
* RT4586: Remove RSA_memory_lock; unused, not neededRich Salz2016-06-272-45/+0
* Fix one more instance of incorrect OPENSSL_API_COMPAT valueMatt Caswell2016-06-271-1/+1
* Fix some OPENSSL_API_COMPAT valuesMatt Caswell2016-06-271-1/+1
* Clarify use of |$end0| in stitched x86-64 AES-GCM code.Brian Smith2016-06-271-0/+41
* evp/evp_enc.c: refine partial buffer overlap detection.Andy Polyakov2016-06-271-9/+21
* evp/evp_enc.c: check for partially[!] overlapping buffersAndy Polyakov2016-06-271-0/+41
* RT2680: Public EC key is shown as privateRich Salz2016-06-262-24/+13
* Handle BN_mod_word failures.David Benjamin2016-06-252-11/+34
* Fix BN_is_prime* calls.David Benjamin2016-06-252-9/+25
* perlasm/x86_64-xlate.pl: address errors and warnings in elderly perls.Andy Polyakov2016-06-241-7/+8
* Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()Nathaniel McCallum2016-06-241-1/+6
* Avoid signed overflowKurt Roeckx2016-06-241-1/+1
* Deal with API changes.Ben Laurie2016-06-243-41/+49
* Ensure HMAC key gets cleansed after useMatt Caswell2016-06-241-0/+2
* Add a getter to obtain the HMAC_CTX mdMatt Caswell2016-06-241-0/+5
* Fix ASN1_STRING_to_UTF8 could not convert NumericStringMatt Caswell2016-06-231-1/+1
* Make x25519_compute_key() return a booleanhuangqinjin2016-06-231-2/+2
* Make ossl_ecdh_compute_key() return a booleanhuangqinjin2016-06-231-1/+1
* RT2867: des_ede3_cfb1 ignored "size in bits" flagRich Salz2016-06-231-0/+2
* Add checks on sk_TYPE_push() returned resultFdaSilvaYY2016-06-231-2/+6
* Rework error handling from asn1_do_lock method.FdaSilvaYY2016-06-234-15/+21
* rand/randfile.c: make it non-ASCII-savvy.Andy Polyakov2016-06-221-49/+85
* Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov2016-06-224-85/+111
* crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().Andy Polyakov2016-06-221-10/+0
* Spelling... and more spellingFdaSilvaYY2016-06-223-3/+3
* Avoid creating an illegal pointer.Kurt Roeckx2016-06-211-6/+6