summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* CRYPTO_atomic_add(): check that the object is lock freeRichard Levitte2016-08-241-3/+5
* CRYPTO_atomic_add(): use acquire release memory order rather than relaxedRichard Levitte2016-08-241-2/+2
* Check for __GNUC__ to use GNU C atomic buildinsRichard Levitte2016-08-241-3/+3
* Avoid overflow in MDC2_Update()Dr. Stephen Henson2016-08-241-1/+1
* Remove useless assignmentMatt Caswell2016-08-241-2/+1
* 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
* 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-231-0/+23
* Prevent double-free of CTLOG public keyRob Percival2016-08-231-1/+1
* Internalizes SCT_verify and removes SCT_verify_v1Rob Percival2016-08-234-44/+14
* Constify a bit X509_NAME_get_entryFdaSilvaYY2016-08-232-3/+3
* Constify some X509_NAME, ASN1 printing codeFdaSilvaYY2016-08-237-28/+32
* Constify some input parameters.FdaSilvaYY2016-08-233-8/+11
* Constify some inputs buffersFdaSilvaYY2016-08-234-8/+6
* Constify ASN1_PCTX_*FdaSilvaYY2016-08-231-7/+7
* 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
* RT2676: Reject RSA eponent if even or 1Rich Salz2016-08-222-46/+32
* Fix a memory leak in EC_GROUP_get_ecparameters()Kazuki Yamaguchi2016-08-221-5/+2
* bn/asm/x86[_64]-mont*.pl: implement slightly alternative page-walking.Andy Polyakov2016-08-223-179/+274
* Fix overflow check in BN_bn2dec()Kazuki Yamaguchi2016-08-221-3/+2
* crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov2016-08-224-14/+119
* crypto/pkcs12: default to UTF-8.Andy Polyakov2016-08-221-2/+12
* crypto/pkcs12: add UTF8 support.Andy Polyakov2016-08-223-1/+174
* Fix enable-zlibMatt Caswell2016-08-221-1/+1
* evp/bio_enc.c: refine non-overlapping logic.Andy Polyakov2016-08-211-27/+42
* ecp_nistz256.c: get is_one on 32-bit platforms right.Andy Polyakov2016-08-211-15/+22
* Move BIO index lock creationRich Salz2016-08-214-6/+17
* Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson2016-08-214-9/+7
* Fix off by 1 in ASN1_STRING_set()Kurt Roeckx2016-08-201-1/+1
* Add BIO_get_new_index()Rich Salz2016-08-194-1/+18
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-195-21/+45
* Avoid duplicated code.Dr. Stephen Henson2016-08-193-43/+18
* Convert PKCS12* functions to use const gettersMatt Caswell2016-08-195-17/+27
* Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson2016-08-192-6/+12