summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-07-20Cast to an unsigned type before negatingKurt Roeckx
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson
2016-07-20fix crypto-mdebug buildDr. Stephen Henson
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-20Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY
2016-07-20OCSP_request_add0_id() inconsistent error returnTodd Short
2016-07-19make updateRichard Levitte
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte
2016-07-19RT4593: Add space after comma (doc nits)Rich Salz
2016-07-19Cleanup after sk_push failmrpre
2016-07-19Check and print out boolean type properly.Dr. Stephen Henson
2016-07-18Fix print of ASN.1 BIGNUM type.Dr. Stephen Henson
2016-07-18Fix mingw buildMatt Caswell
2016-07-16aes/asm/aesfx-sparcv9.pl: switch to fshiftorx to improve single-blockAndy Polyakov
2016-07-16SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov
2016-07-16evp/e_aes.c: wire new CBC and CTR subroutines from aesfx-sparcv9.Andy Polyakov
2016-07-16aes/asm/aesfx-sparcv9.pl: add "teaser" CBC and CTR subroutines.Andy Polyakov
2016-07-16Return error when trying to print invalid ASN1 integerKurt Roeckx
2016-07-16crypto/LPdir_win.c: rationalize temporary allocations.Andy Polyakov
2016-07-16crypto/LPdir_win.c: harmonize with o_fopen.c.Andy Polyakov
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