aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Cleanup after sk_push failmrpre2016-07-191-1/+17
* Check and print out boolean type properly.Dr. Stephen Henson2016-07-191-4/+10
* Fix print of ASN.1 BIGNUM type.Dr. Stephen Henson2016-07-181-2/+16
* Fix mingw buildMatt Caswell2016-07-181-0/+1
* aes/asm/aesfx-sparcv9.pl: switch to fshiftorx to improve single-blockAndy Polyakov2016-07-161-124/+226
* SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov2016-07-161-8/+11
* evp/e_aes.c: wire new CBC and CTR subroutines from aesfx-sparcv9.Andy Polyakov2016-07-161-2/+4
* aes/asm/aesfx-sparcv9.pl: add "teaser" CBC and CTR subroutines.Andy Polyakov2016-07-161-28/+747
* Return error when trying to print invalid ASN1 integerKurt Roeckx2016-07-161-0/+2
* crypto/LPdir_win.c: rationalize temporary allocations.Andy Polyakov2016-07-161-31/+41
* crypto/LPdir_win.c: harmonize with o_fopen.c.Andy Polyakov2016-07-161-18/+38
* fix memory leaksMiroslav Franc2016-07-161-0/+1
* Remove the silly CVS markers from LPdir_*.cRichard Levitte2016-07-164-15/+0
* Add back lost copyright and license text in LPdir_win.cRichard Levitte2016-07-161-0/+26
* Fix: dummy definition of rand_hw_seed() should also return intRichard Levitte2016-07-151-2/+2
* Fix ASN.1 private encode of EC_KEY to not change the input keyRichard Levitte2016-07-151-15/+9
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-155-32/+45
* crypto/x86[_64]cpuid.pl: add OPENSSL_ia32_rd[rand|seed]_bytes.Andy Polyakov2016-07-153-32/+98
* Add OCSP accessors.Dr. Stephen Henson2016-07-131-0/+23
* Perform DANE-EE(3) name checks by defaultViktor Dukhovni2016-07-121-0/+4
* Add nameConstraints commonName checking.Dr. Stephen Henson2016-07-116-14/+134
* VMS: Simplify the spec of the default certs & keys area.Richard Levitte2016-07-101-4/+4
* GH1278: Removed error code for alertsRich Salz2016-07-081-0/+32
* 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