aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov2016-08-244-212/+102
* ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov2016-08-242-31/+50
* ec/asm/ecp_nistz256-*.pl: addition to perform stricter reduction.Andy Polyakov2016-08-244-89/+158
* ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.Andy Polyakov2016-08-242-62/+84
* evp/bio_enc.c: stop using pointer arithmetic for error detection.Andy Polyakov2016-08-241-2/+5
* Fix no-sockMatt Caswell2016-08-241-1/+2
* Sanity check ticket length.Dr. Stephen Henson2016-08-231-3/+7
* 80-test_pkcs12.t: skip the test on Windows with non-Greek locale.Andy Polyakov2016-08-231-10/+20
* Fix math in BN_bn2dec comment.David Benjamin2016-08-231-2/+2
* SCT_set_source resets validation_statusRob Percival2016-08-231-0/+1
* Document that o2i_SCT_signature can leave the SCT in an inconsistent stateRob Percival2016-08-231-0/+2
* Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival2016-08-233-21/+23
* Prevent double-free of CTLOG public keyRob Percival2016-08-231-1/+1
* Internalizes SCT_verify and removes SCT_verify_v1Rob Percival2016-08-236-61/+15
* Update fuzz corporaKurt Roeckx2016-08-234156-608/+568
* Constify a bit X509_NAME_get_entryFdaSilvaYY2016-08-234-5/+5
* Constify some X509_NAME, ASN1 printing codeFdaSilvaYY2016-08-2313-48/+52
* Constify some input parameters.FdaSilvaYY2016-08-234-15/+18
* Constify some inputs buffersFdaSilvaYY2016-08-236-12/+10
* Constify ASN1_PCTX_*FdaSilvaYY2016-08-232-12/+12
* Fix bio_enc_testMatt Caswell2016-08-231-8/+6
* Add some sanity checks when checking CRL scoresMatt Caswell2016-08-231-2/+2
* Remove some dead codeMatt Caswell2016-08-232-2/+0
* Sanity check an ASN1_object_size resultMatt Caswell2016-08-231-0/+2
* Check for error return from ASN1_object_sizeMatt Caswell2016-08-231-0/+3
* Check for malloc error in bn_x931p.cMatt Caswell2016-08-231-0/+3
* Fix mem leak on error pathMatt Caswell2016-08-231-2/+4
* Fix mem leak on error pathMatt Caswell2016-08-231-1/+3
* Fix mem leak on error pathMatt Caswell2016-08-231-2/+2
* Ensure the mime_hdr_free function can handle NULLsMatt Caswell2016-08-231-0/+2
* Ensure CT_POLICY_EVAL_CTX_free behaves properly with a NULL argMatt Caswell2016-08-231-0/+2
* Fix leak on error in tls_construct_cke_gostMatt Caswell2016-08-231-1/+1
* Test the support curves in tlsKurt Roeckx2016-08-223-2/+802
* Closing output file from inside the loop who open itFdaSilvaYY2016-08-221-2/+3
* Fix no-desMatt Caswell2016-08-221-0/+13
* RT2676: Reject RSA eponent if even or 1Rich Salz2016-08-223-47/+35
* Configure: Properly cache the configured compiler commandRichard Levitte2016-08-221-1/+4
* Fix a memory leak in EC_GROUP_get_ecparameters()Kazuki Yamaguchi2016-08-222-5/+31
* Expose alloc functions for EC{PK,}PARAMETERSKazuki Yamaguchi2016-08-223-0/+10
* Fix loopargs_t object duplication into ASYNC contextFdaSilvaYY2016-08-221-31/+34
* Avoid more compiler warnings for use of uninitialised variablesRichard Levitte2016-08-221-1/+1
* Make 'openssl req -x509' more equivalent to 'openssl req -new'Richard Levitte2016-08-221-1/+2
* bn/asm/x86[_64]-mont*.pl: implement slightly alternative page-walking.Andy Polyakov2016-08-223-179/+274
* Choose a ciphersuite for testing that won't be affected by "no-*" optionsMatt Caswell2016-08-221-1/+1
* Fix overflow check in BN_bn2dec()Kazuki Yamaguchi2016-08-221-3/+2
* ssltestlib: Tell compiler we don't care about the value when we don'tRichard Levitte2016-08-221-1/+1
* crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov2016-08-228-27/+144
* crypto/pkcs12: default to UTF-8.Andy Polyakov2016-08-222-4/+16
* Add PKCS#12 UTF-8 interoperability test.Andy Polyakov2016-08-222-0/+31
* crypto/pkcs12: add UTF8 support.Andy Polyakov2016-08-225-2/+186