aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-07-25Constify ...FdaSilvaYY2-4/+4
2016-07-25Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY2-4/+4
2016-07-25Constify i2s_ASN1_INTEGER, X509V3_get_d2iFdaSilvaYY1-1/+1
2016-07-25Constify input parameters of methods :FdaSilvaYY2-5/+5
2016-07-25Enforce and explicit some const castingFdaSilvaYY2-2/+2
2016-07-25Constify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.FdaSilvaYY1-3/+3
2016-07-25Constify ASN1_buf_printFdaSilvaYY1-1/+1
2016-07-25Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY5-7/+7
2016-07-25Constify SXNET_add_id_*FdaSilvaYY1-5/+5
2016-07-25Constify EC_KEY_*_oct2priv() input bufferFdaSilvaYY3-6/+7
2016-07-25Constify CMS_decrypt_set1_key input bufferFdaSilvaYY1-1/+1
2016-07-25Constify engine/eng_cnf.c internal method.FdaSilvaYY2-12/+13
2016-07-24Add EVP_ENCODE_CTX_copyJakub Zelenka1-0/+8
2016-07-23Properly initialise the internal proxy certificate path length cacheRichard Levitte1-0/+1
2016-07-23Make it possible for external code to flag a certificate as a proxy one.Richard Levitte1-0/+5
2016-07-22Use newest CRL.Dr. Stephen Henson1-6/+14
2016-07-22Fix OOB read in TS_OBJ_print_bio().Dr. Stephen Henson1-3/+2
2016-07-20Cast to an unsigned type before negatingKurt Roeckx2-2/+2
2016-07-20Check for errors allocating the error strings.Kurt Roeckx32-69/+109
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson6-2/+48
2016-07-20fix crypto-mdebug buildDr. Stephen Henson1-2/+11
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY8-44/+49
2016-07-20Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY1-2/+1
2016-07-20OCSP_request_add0_id() inconsistent error returnTodd Short1-1/+3
2016-07-19make updateRichard Levitte1-0/+4
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte11-90/+158
2016-07-19RT4593: Add space after comma (doc nits)Rich Salz1-5/+5
2016-07-19Cleanup after sk_push failmrpre1-1/+17
2016-07-19Check and print out boolean type properly.Dr. Stephen Henson1-4/+10
2016-07-18Fix print of ASN.1 BIGNUM type.Dr. Stephen Henson1-2/+16
2016-07-18Fix mingw buildMatt Caswell1-0/+1
2016-07-16aes/asm/aesfx-sparcv9.pl: switch to fshiftorx to improve single-blockAndy Polyakov1-124/+226
2016-07-16SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov1-8/+11
2016-07-16evp/e_aes.c: wire new CBC and CTR subroutines from aesfx-sparcv9.Andy Polyakov1-2/+4
2016-07-16aes/asm/aesfx-sparcv9.pl: add "teaser" CBC and CTR subroutines.Andy Polyakov1-28/+747
2016-07-16Return error when trying to print invalid ASN1 integerKurt Roeckx1-0/+2
2016-07-16crypto/LPdir_win.c: rationalize temporary allocations.Andy Polyakov1-31/+41
2016-07-16crypto/LPdir_win.c: harmonize with o_fopen.c.Andy Polyakov1-18/+38
2016-07-16fix memory leaksMiroslav Franc1-0/+1
2016-07-16Remove the silly CVS markers from LPdir_*.cRichard Levitte4-15/+0
2016-07-16Add back lost copyright and license text in LPdir_win.cRichard Levitte1-0/+26
2016-07-15Fix: dummy definition of rand_hw_seed() should also return intRichard Levitte1-2/+2
2016-07-15Fix ASN.1 private encode of EC_KEY to not change the input keyRichard Levitte1-15/+9
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson5-32/+45
2016-07-15crypto/x86[_64]cpuid.pl: add OPENSSL_ia32_rd[rand|seed]_bytes.Andy Polyakov3-32/+98
2016-07-13Add OCSP accessors.Dr. Stephen Henson1-0/+23
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni1-0/+4
2016-07-11Add nameConstraints commonName checking.Dr. Stephen Henson6-14/+134
2016-07-10VMS: Simplify the spec of the default certs & keys area.Richard Levitte1-4/+4
2016-07-08GH1278: Removed error code for alertsRich Salz1-0/+32