Age | Commit message (Expand) | Author |
2018-07-23 | Use BN_swap_ct() instead of BN_consttime_swap() in | Theo Buehler |
2018-07-16 | Recommit Billy Brumley's ECC constant time patch with a fix for sparc64 | Theo Buehler |
2018-07-15 | recommit label indentation part of the backout; clearly unrelated to the | Theo Buehler |
2018-07-15 | back out ecc constant time changes | Jonathan Gray |
2018-07-10 | Indent labels by a space so they don't obliterate function names in diffs. | Theo Buehler |
2018-07-10 | ECC constant time scalar multiplication support. First step in overhauling | Theo Buehler |
2018-05-19 | Add a const qualifier to the 'key' argument of i2o_ECPublicKey() and | Theo Buehler |
2018-05-01 | Convert a handful of X509_*() functions to take const as in OpenSSL. | Theo Buehler |
2018-04-23 | Make whitespace between functions and structs a bit more consistent. | Theo Buehler |
2018-03-16 | Consistently spell "IPsec" in comments and debug outputs. | Martin Pieuchot |
2018-03-12 | Fix for processing of EC public key | Kinichiro Inoguchi |
2017-05-26 | Avoid a potential NULL pointer dereference in d2i_ECPrivateKey(). | Joel Sing |
2017-05-02 | use freezero() instead of memset/explicit_bzero + free. Substantially | Theo de Raadt |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2017-01-21 | Add ct and nonct versions of BN_mod_inverse for internal use | Bob Beck |
2016-12-21 | Explicitly export a list of symbols from libcrypto. | Joel Sing |
2016-11-04 | Add assembler code for the nist 256-bit GFp curve, written initially by | Miod Vallat |
2016-10-19 | unifdef OPENSSL_NO_CMS | Joel Sing |
2016-09-03 | remove unused variable | Bob Beck |
2016-08-31 | Fix some very unnecessary convoultion. | Bob Beck |
2016-03-20 | " the the " -> " the ", or in a couple of cases replace the superfluous | Kenneth R Westerback |
2016-03-12 | Add error handling to the remaining calls to bn_wexpand(). | Brent Cook |
2016-03-10 | http -> https for a few more IETF URLs in comments or man pages | Michael McConville |
2015-10-16 | Remove pointless externs - the structs are declared in the same files a | Joel Sing |
2015-10-16 | Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const | Joel Sing |
2015-10-16 | Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const. | Joel Sing |
2015-10-13 | Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into an | Joel Sing |
2015-09-29 | Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls to | Joel Sing |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-09-10 | Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*. | Joel Sing |
2015-07-29 | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | Joel Sing |
2015-07-25 | Expand ASN.1 template macros - the generated assembly only differs by | Joel Sing |
2015-06-20 | Handle NIST curve names. | Joel Sing |
2015-06-20 | Have ECPKParameters_print() include the NIST curve name, if known. | Joel Sing |
2015-06-20 | Provide EC_curve_nid2nist() and EC_curve_nist2nid(). | Joel Sing |
2015-05-20 | No need to check the return value of memcpy() if you actually checked this | Miod Vallat |
2015-04-29 | Add missing BN_CTX_end() calls. | Doug Hogan |
2015-03-20 | Fix a memory leak in an error path. | Doug Hogan |
2015-03-19 | Fix several crash causing defects from OpenSSL. | Ted Unangst |
2015-02-15 | In ec_wNAF_mul(), move the declaration of tmp_wNAF higher in scope, so that | Miod Vallat |
2015-02-13 | fix leaking of bn, coverity issue 105351 | Bob Beck |
2015-02-11 | Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment. | Bob Beck |
2015-02-11 | get rid of OPENSSL_NO_CMS code we do not use. | Bob Beck |
2015-02-10 | Expand the IMPLEMENT_ASN1_ALLOC_FUNCTIONS macro so that the code is visible | Joel Sing |
2015-02-10 | Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that the | Joel Sing |
2015-02-09 | BN_CTX_get() can fail - consistently check its return value. | Joel Sing |
2015-02-09 | Remove unused GOST test that prevents clang from building libcrypto. | Doug Hogan |
2015-02-08 | Use `> 0' instead of `!= 0' as a successful condition for | Miod Vallat |
2015-02-07 | Delete a lot of #if 0 code in libressl. | Doug Hogan |
2014-12-03 | handle the (impossible) situation of a size_t - 1 buffer from | Theo de Raadt |