summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-07-22PKCS12: change safeContentsBag from a SET OF to a SEQUENCE OFRichard Levitte
2018-07-18bn/bn_lib.c address Coverity nit in bn2binpad.Andy Polyakov
2018-07-14rsa/*: switch to BN_bn2binpad.Andy Polyakov
2018-07-14bn/bn_lib.c: make BN_bn2binpad computationally constant-time.Andy Polyakov
2018-07-13Documentation typo fix in BN_bn2bin.podAlexandre Perrin
2018-07-12bn/bn_mont.c: improve readability of post-condition code.Andy Polyakov
2018-07-12bn/bn_mont.c: move boundary condition check closer to caller.Andy Polyakov
2018-07-12bn/bn_lib.c: remove bn_check_top from bn_expand2.Andy Polyakov
2018-07-11Avoid __GNUC__ warnings when defining DECLARE_DEPRECATEDRichard Levitte
2018-07-11Windows: avoid using 'rem' in the nmake makefileRichard Levitte
2018-07-11Windows: fix echo for nmakeRichard Levitte
2018-07-10util/dofile.pl: require Text::Template 1.46 or newerRichard Levitte
2018-07-10Existing transfer modules must have a package and a $VERSIONRichard Levitte
2018-07-10Make 'with_fallback' use 'use' instead of 'require'Richard Levitte
2018-07-06Fix minor windows build issuesBernd Edlinger
2018-07-04Document more EVP_MD_CTX functionsRichard Levitte
2018-07-03Don't create an invalid CertificateRequestMatt Caswell
2018-07-02Fix a NULL ptr deref in error path in tls_process_cke_dhe()Matt Caswell
2018-07-02test/evp_test.c: address sanitizer errors in pderive_test_run.Andy Polyakov
2018-07-01modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings.Andy Polyakov
2018-06-29Check return from BN_set_word.Pauli
2018-06-28Zero-fill IV by default.Rich Salz
2018-06-25Move documentation to its correct location for this branchRichard Levitte
2018-06-25OpenSSL_add_ssl_algorithm-is-deprecated() is deprecated, make it soRichard Levitte
2018-06-24Fix a new gcc-9 warning [-Wstringop-truncation]Bernd Edlinger
2018-06-23Fix prototype of ASN1_INTEGER_get and ASN1_INTEGER_setKurt Roeckx
2018-06-23OpenSSL-II style for emacs: don't indent because of extern blockRichard Levitte
2018-06-22sha/asm/sha{256|512}-armv4.pl: harmonize thumb2 support with the rest.Andy Polyakov
2018-06-21add documentation for OCSP_basic_verify()David von Oheimb
2018-06-21Improve the example getpass() implementation to show an error returnNick Mathewson
2018-06-21Update documentation for PEM callback: error is now -1.Nick Mathewson
2018-06-21[crypto/ec] don't assume points are of order group->orderBilly Brumley
2018-06-21ec/ec_mult.c: get BN_CTX_start,end sequence right.Andy Polyakov
2018-06-21Add blinding to a DSA signatureMatt Caswell
2018-06-21openssl ca: open the output file as late as possibleRichard Levitte
2018-06-18ec/asm/ecp_nistz256-avx2.pl: harmonize clang version detection.Andy Polyakov
2018-06-18{chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection.Andy Polyakov
2018-06-18sha/asm/sha{1|256}-586.pl: harmonize clang version detection.Andy Polyakov
2018-06-18bn/asm/rsaz-avx2.pl: harmonize clang version detection.Andy Polyakov
2018-06-18Convert _meth_get_ functions to const gettersJack Bates
2018-06-15Backport of commit 6b49b30811f4afa0340342af9400b8d0357b5291Bernd Edlinger
2018-06-13Add blinding to an ECDSA signatureMatt Caswell
2018-06-12Deprecate DSA_sign_setup() in the documentationNicola Tuveri
2018-06-12Reject excessively large primes in DH key generation.Guido Vranken
2018-06-11VMS: have mkdef.pl parse lettered versions properlyRichard Levitte
2018-06-09bn/asm/sparcv9-mont.pl: iron another glitch in squaring code path.Andy Polyakov
2018-06-08modes/ocb128.c: Reset nonce-dependent variables on setivMingtao Yang
2018-06-07Do not free a session before calling the remove_session_cbMarcus Huewe
2018-06-05Improve wordingRich Salz
2018-06-05Make OS/X more explicit, to avoid questionsRich Salz