summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-08-24Fix no-sockMatt Caswell
2016-08-23Sanity check ticket length.Dr. Stephen Henson
2016-08-2380-test_pkcs12.t: skip the test on Windows with non-Greek locale.Andy Polyakov
2016-08-23Fix math in BN_bn2dec comment.David Benjamin
2016-08-23SCT_set_source resets validation_statusRob Percival
2016-08-23Document that o2i_SCT_signature can leave the SCT in an inconsistent stateRob Percival
2016-08-23Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival
2016-08-23Prevent double-free of CTLOG public keyRob Percival
2016-08-23Internalizes SCT_verify and removes SCT_verify_v1Rob Percival
2016-08-23Update fuzz corporaKurt Roeckx
2016-08-23Constify a bit X509_NAME_get_entryFdaSilvaYY
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY
2016-08-23Constify some input parameters.FdaSilvaYY
2016-08-23Constify some inputs buffersFdaSilvaYY
2016-08-23Constify ASN1_PCTX_*FdaSilvaYY
2016-08-23Fix bio_enc_testMatt Caswell
2016-08-23Add some sanity checks when checking CRL scoresMatt Caswell
2016-08-23Remove some dead codeMatt Caswell
2016-08-23Sanity check an ASN1_object_size resultMatt Caswell
2016-08-23Check for error return from ASN1_object_sizeMatt Caswell
2016-08-23Check for malloc error in bn_x931p.cMatt Caswell
2016-08-23Fix mem leak on error pathMatt Caswell
2016-08-23Fix mem leak on error pathMatt Caswell
2016-08-23Fix mem leak on error pathMatt Caswell
2016-08-23Ensure the mime_hdr_free function can handle NULLsMatt Caswell
2016-08-23Ensure CT_POLICY_EVAL_CTX_free behaves properly with a NULL argMatt Caswell
2016-08-23Fix leak on error in tls_construct_cke_gostMatt Caswell
2016-08-22Test the support curves in tlsKurt Roeckx
2016-08-22Closing output file from inside the loop who open itFdaSilvaYY
2016-08-22Fix no-desMatt Caswell
2016-08-22RT2676: Reject RSA eponent if even or 1Rich Salz
2016-08-22Configure: Properly cache the configured compiler commandRichard Levitte
2016-08-22Fix a memory leak in EC_GROUP_get_ecparameters()Kazuki Yamaguchi
2016-08-22Expose alloc functions for EC{PK,}PARAMETERSKazuki Yamaguchi
2016-08-22Fix loopargs_t object duplication into ASYNC contextFdaSilvaYY
2016-08-22Avoid more compiler warnings for use of uninitialised variablesRichard Levitte
2016-08-22Make 'openssl req -x509' more equivalent to 'openssl req -new'Richard Levitte
2016-08-22bn/asm/x86[_64]-mont*.pl: implement slightly alternative page-walking.Andy Polyakov
2016-08-22Choose a ciphersuite for testing that won't be affected by "no-*" optionsMatt Caswell
2016-08-22Fix overflow check in BN_bn2dec()Kazuki Yamaguchi
2016-08-22ssltestlib: Tell compiler we don't care about the value when we don'tRichard Levitte
2016-08-22crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov
2016-08-22crypto/pkcs12: default to UTF-8.Andy Polyakov
2016-08-22Add PKCS#12 UTF-8 interoperability test.Andy Polyakov
2016-08-22crypto/pkcs12: add UTF8 support.Andy Polyakov
2016-08-22Prevent DTLS Finished message injectionMatt Caswell
2016-08-22Fix DTLS buffered message DoS attackMatt Caswell
2016-08-22Fix enable-zlibMatt Caswell
2016-08-22VMS: Use strict refdef extern model when building library object filesRichard Levitte
2016-08-21Add test/bio_enc_test.c.Andy Polyakov