aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov2016-08-312-3/+3
* Code cleanup UIRich Salz2016-08-311-20/+2
* Add ecp_nistz256-ppc64 module.Andy Polyakov2016-08-293-0/+2400
* perlasm/ppc-xlate.pl: recognize .type directive.Andy Polyakov2016-08-291-19/+53
* bn/asm/ppc.pl: harmonize .size directive in bn_mul_words.Andy Polyakov2016-08-291-1/+1
* Remove comment tags from structs (coding style)Rich Salz2016-08-291-5/+5
* Use uppercase name for PCT_ enumRich Salz2016-08-292-16/+21
* Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte2016-08-261-1/+1
* Windows: UTF-8 opt-in for command-line arguments and console input.Andy Polyakov2016-08-251-15/+17
* Don't switch password formats using global state.Andy Polyakov2016-08-253-77/+3
* Fix an uninitialised read on an error pathMatt Caswell2016-08-251-1/+1
* Un-delete still documented X509_STORE_CTX_set_verifyViktor Dukhovni2016-08-241-0/+6
* ec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm doesn't recognize cmovb.Andy Polyakov2016-08-241-40/+40
* 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