aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* GH1555: Don't bump size on realloc failureRich Salz2016-09-211-1/+1
* Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2016-09-211-2/+2
* Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell2016-09-211-0/+3
* Convert num_alloc to a size_t in stack.c and tweak styleMatt Caswell2016-09-191-34/+23
* Prevent overflows in stack APIGuido Vranken2016-09-191-8/+42
* Constify code about X509_VERIFY_PARAMFdaSilvaYY2016-09-181-2/+2
* Remove an useless definition.FdaSilvaYY2016-09-171-1/+1
* Add some sanity checks around usage of t_fromb64()Matt Caswell2016-09-141-9/+27
* bn/bn_lcl.h: improve interoperability with clang and Android NDK.Andy Polyakov2016-09-131-2/+2
* VMS: be less picky when loading DSOsRichard Levitte2016-09-111-9/+7
* Fix EC_KEY_print so it prints out private key informationTim Hudson2016-09-101-1/+1
* If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte2016-09-081-1/+5
* Fix mem leaks during auto-deinitMatt Caswell2016-09-085-0/+5
* chacha/asm/chacha-ppc.pl: add missing .text directive.Andy Polyakov2016-09-081-0/+1
* Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse2016-09-071-0/+4
* GH1537: Avoid double-free in the EVP_PKEY APIAlex Gaynor2016-09-071-1/+1
* Misc BN fixesRich Salz2016-09-063-15/+23
* modes/asm/ghash-armv4.pl: improve interoperability with Android NDK.Andy Polyakov2016-09-031-1/+3
* MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov2016-09-0211-482/+608
* 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