aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-23Internalizes SCT_verify and removes SCT_verify_v1Rob Percival6-61/+15
2016-08-23Update fuzz corporaKurt Roeckx4156-608/+568
2016-08-23Constify a bit X509_NAME_get_entryFdaSilvaYY4-5/+5
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY13-48/+52
2016-08-23Constify some input parameters.FdaSilvaYY4-15/+18
2016-08-23Constify some inputs buffersFdaSilvaYY6-12/+10
2016-08-23Constify ASN1_PCTX_*FdaSilvaYY2-12/+12
2016-08-23Fix bio_enc_testMatt Caswell1-8/+6
2016-08-23Add some sanity checks when checking CRL scoresMatt Caswell1-2/+2
2016-08-23Remove some dead codeMatt Caswell2-2/+0
2016-08-23Sanity check an ASN1_object_size resultMatt Caswell1-0/+2
2016-08-23Check for error return from ASN1_object_sizeMatt Caswell1-0/+3
2016-08-23Check for malloc error in bn_x931p.cMatt Caswell1-0/+3
2016-08-23Fix mem leak on error pathMatt Caswell1-2/+4
2016-08-23Fix mem leak on error pathMatt Caswell1-1/+3
2016-08-23Fix mem leak on error pathMatt Caswell1-2/+2
2016-08-23Ensure the mime_hdr_free function can handle NULLsMatt Caswell1-0/+2
2016-08-23Ensure CT_POLICY_EVAL_CTX_free behaves properly with a NULL argMatt Caswell1-0/+2
2016-08-23Fix leak on error in tls_construct_cke_gostMatt Caswell1-1/+1
2016-08-22Test the support curves in tlsKurt Roeckx3-2/+802
2016-08-22Closing output file from inside the loop who open itFdaSilvaYY1-2/+3
2016-08-22Fix no-desMatt Caswell1-0/+13
2016-08-22RT2676: Reject RSA eponent if even or 1Rich Salz3-47/+35
2016-08-22Configure: Properly cache the configured compiler commandRichard Levitte1-1/+4
2016-08-22Fix a memory leak in EC_GROUP_get_ecparameters()Kazuki Yamaguchi2-5/+31
2016-08-22Expose alloc functions for EC{PK,}PARAMETERSKazuki Yamaguchi3-0/+10
2016-08-22Fix loopargs_t object duplication into ASYNC contextFdaSilvaYY1-31/+34
2016-08-22Avoid more compiler warnings for use of uninitialised variablesRichard Levitte1-1/+1
2016-08-22Make 'openssl req -x509' more equivalent to 'openssl req -new'Richard Levitte1-1/+2
2016-08-22bn/asm/x86[_64]-mont*.pl: implement slightly alternative page-walking.Andy Polyakov3-179/+274
2016-08-22Choose a ciphersuite for testing that won't be affected by "no-*" optionsMatt Caswell1-1/+1
2016-08-22Fix overflow check in BN_bn2dec()Kazuki Yamaguchi1-3/+2
2016-08-22ssltestlib: Tell compiler we don't care about the value when we don'tRichard Levitte1-1/+1
2016-08-22crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov8-27/+144
2016-08-22crypto/pkcs12: default to UTF-8.Andy Polyakov2-4/+16
2016-08-22Add PKCS#12 UTF-8 interoperability test.Andy Polyakov2-0/+31
2016-08-22crypto/pkcs12: add UTF8 support.Andy Polyakov5-2/+186
2016-08-22Prevent DTLS Finished message injectionMatt Caswell1-0/+6
2016-08-22Fix DTLS buffered message DoS attackMatt Caswell5-20/+35
2016-08-22Fix enable-zlibMatt Caswell1-1/+1
2016-08-22VMS: Use strict refdef extern model when building library object filesRichard Levitte1-1/+1
2016-08-21Add test/bio_enc_test.c.Andy Polyakov3-1/+157
2016-08-21evp/bio_enc.c: refine non-overlapping logic.Andy Polyakov1-27/+42
2016-08-21ecp_nistz256.c: get is_one on 32-bit platforms right.Andy Polyakov1-15/+22
2016-08-21Move BIO index lock creationRich Salz5-6/+18
2016-08-21update ordinalsDr. Stephen Henson1-3/+3
2016-08-21Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson8-50/+37
2016-08-20Duplicate includesFdaSilvaYY2-2/+0
2016-08-20Fix off by 1 in ASN1_STRING_set()Kurt Roeckx1-1/+1
2016-08-19Add BIO_get_new_index()Rich Salz7-30/+55