aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-09-17Remove an useless definition.FdaSilvaYY1-1/+1
2016-09-14Add some sanity checks around usage of t_fromb64()Matt Caswell1-9/+27
2016-09-13bn/bn_lcl.h: improve interoperability with clang and Android NDK.Andy Polyakov1-2/+2
2016-09-11VMS: be less picky when loading DSOsRichard Levitte1-9/+7
2016-09-10Fix EC_KEY_print so it prints out private key informationTim Hudson1-1/+1
2016-09-08If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte1-1/+5
2016-09-08Fix mem leaks during auto-deinitMatt Caswell5-0/+5
2016-09-08chacha/asm/chacha-ppc.pl: add missing .text directive.Andy Polyakov1-0/+1
2016-09-07Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse1-0/+4
2016-09-07GH1537: Avoid double-free in the EVP_PKEY APIAlex Gaynor1-1/+1
2016-09-06Misc BN fixesRich Salz3-15/+23
2016-09-03modes/asm/ghash-armv4.pl: improve interoperability with Android NDK.Andy Polyakov1-1/+3
2016-09-02MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov11-482/+608
2016-08-31crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov2-3/+3
2016-08-31Code cleanup UIRich Salz1-20/+2
2016-08-29Add ecp_nistz256-ppc64 module.Andy Polyakov3-0/+2400
2016-08-29perlasm/ppc-xlate.pl: recognize .type directive.Andy Polyakov1-19/+53
2016-08-29bn/asm/ppc.pl: harmonize .size directive in bn_mul_words.Andy Polyakov1-1/+1
2016-08-29Remove comment tags from structs (coding style)Rich Salz1-5/+5
2016-08-29Use uppercase name for PCT_ enumRich Salz2-16/+21
2016-08-26Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte1-1/+1
2016-08-25Windows: UTF-8 opt-in for command-line arguments and console input.Andy Polyakov1-15/+17
2016-08-25Don't switch password formats using global state.Andy Polyakov3-77/+3
2016-08-25Fix an uninitialised read on an error pathMatt Caswell1-1/+1
2016-08-24Un-delete still documented X509_STORE_CTX_set_verifyViktor Dukhovni1-0/+6
2016-08-24ec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm doesn't recognize cmovb.Andy Polyakov1-40/+40
2016-08-24CRYPTO_atomic_add(): check that the object is lock freeRichard Levitte1-3/+5
2016-08-24CRYPTO_atomic_add(): use acquire release memory order rather than relaxedRichard Levitte1-2/+2
2016-08-24Check for __GNUC__ to use GNU C atomic buildinsRichard Levitte1-3/+3
2016-08-24Avoid overflow in MDC2_Update()Dr. Stephen Henson1-1/+1
2016-08-24Remove useless assignmentMatt Caswell1-2/+1
2016-08-24ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov4-212/+102
2016-08-24ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov2-31/+50
2016-08-24ec/asm/ecp_nistz256-*.pl: addition to perform stricter reduction.Andy Polyakov4-89/+158
2016-08-24ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.Andy Polyakov2-62/+84
2016-08-24evp/bio_enc.c: stop using pointer arithmetic for error detection.Andy Polyakov1-2/+5
2016-08-24Fix no-sockMatt Caswell1-1/+2
2016-08-23Fix math in BN_bn2dec comment.David Benjamin1-2/+2
2016-08-23SCT_set_source resets validation_statusRob Percival1-0/+1
2016-08-23Document that o2i_SCT_signature can leave the SCT in an inconsistent stateRob Percival1-0/+2
2016-08-23Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival1-0/+23
2016-08-23Prevent double-free of CTLOG public keyRob Percival1-1/+1
2016-08-23Internalizes SCT_verify and removes SCT_verify_v1Rob Percival4-44/+14
2016-08-23Constify a bit X509_NAME_get_entryFdaSilvaYY2-3/+3
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY7-28/+32
2016-08-23Constify some input parameters.FdaSilvaYY3-8/+11
2016-08-23Constify some inputs buffersFdaSilvaYY4-8/+6
2016-08-23Constify ASN1_PCTX_*FdaSilvaYY1-7/+7
2016-08-23Add some sanity checks when checking CRL scoresMatt Caswell1-2/+2
2016-08-23Remove some dead codeMatt Caswell2-2/+0