summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-09-26Use gethostbyname_r if availableManikantan Subramanian
2018-09-24Document OPENSSL_VERSION_TEXT macroDaniel Bevenius
2018-09-21crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONGRichard Levitte
2018-09-20drbg_get_entropy: force a reseed before calling ssleay_rand_bytes()Dr. Matthias St. Pierre
2018-09-20crypto/ui/ui_openssl.c: make sure to recognise ENXIO and EIO tooRichard Levitte
2018-09-11Make the config script fail with an error code if Configure failedBernd Edlinger
2018-09-11CAPI engine: add support for RSA_NO_PADDINGRichard Levitte
2018-09-10Check the return value from ASN1_INTEGER_setMatt Caswell
2018-09-04openssl req: don't try to report bitsRichard Levitte
2018-09-04VMS: add missing x509_time test to test scriptsRichard Levitte
2018-09-04Clarify the EVP_DigestSignInit docsMatt Caswell
2018-09-04Fix example in crl(1) man pageJakub Wilk
2018-09-04The req documentation incorrectly states that we default to md5Matt Caswell
2018-09-03Check the return from BN_sub() in BN_X931_generate_Xpq().Pauli
2018-09-03Remove redundant ASN1_INTEGER_set callEric Brown
2018-08-28bn/bn_lib.c: conceal even memmory access pattern in bn2binpad.Andy Polyakov
2018-08-28bn/bn_blind.c: use Montgomery multiplication when possible.Andy Polyakov
2018-08-28rsa/rsa_eay.c: implement variant of "Smooth CRT-RSA."Andy Polyakov
2018-08-28crypto/bn: add more fixed-top routines.Andy Polyakov
2018-08-27document the -no_ecdhe option in s_server man pageHubert Kario
2018-08-17x509v3/v3_purp.c: resolve Thread Sanitizer nit.Andy Polyakov
2018-08-14Prepare for 1.0.2q-devMatt Caswell
2018-08-14Prepare for 1.0.2p releaseOpenSSL_1_0_2pMatt Caswell
2018-08-14make updateMatt Caswell
2018-08-14i2d_ASN1_BOOLEAN(): correct error moduleRichard Levitte
2018-08-14Update copyright yearMatt Caswell
2018-08-14Updates to CHANGES and NEWS for the new releaseMatt Caswell
2018-08-14i2d_ASN1_BOOLEAN(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-08-10rsa/*: switch to BN_bn2binpad.Andy Polyakov
2018-08-10bn/bn_lib.c address Coverity nit in bn2binpad.Andy Polyakov
2018-08-10bn/bn_lib.c: add computationally constant-time bn_bn2binpad.Andy Polyakov
2018-08-07Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte
2018-08-01CHANGES: mention blinding reverting in ECDSA.Andy Polyakov
2018-08-01ecdsa/ecs_ossl.c: switch to fixed-length Montgomery multiplication.Andy Polyakov
2018-08-01Fix BN_gcd errors for some curvesBilly Brumley
2018-08-01bn/bn_mod.c: harmonize BN_mod_add_quick with original implementation.Andy Polyakov
2018-08-01ecdsa/ecs_ossl.c: revert blinding in ECDSA signature.Andy Polyakov
2018-08-01bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.Andy Polyakov
2018-08-01bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.Andy Polyakov
2018-08-01bn/bn_mont.c: improve readability of post-condition code.Andy Polyakov
2018-08-01bn/bn_lib.c: remove bn_check_top from bn_expand2.Andy Polyakov
2018-07-26Fix inconsistent use of bit vs bitsKurt Roeckx
2018-07-26Make number of Miller-Rabin tests for a prime tests depend on the security le...Kurt Roeckx
2018-07-26Change the number of Miller-Rabin test for DSA generation to 64Kurt Roeckx
2018-07-25Check for failures, to avoid memory leakRich Salz
2018-07-23ec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.Andy Polyakov
2018-07-22PKCS12: change safeContentsBag from a SET OF to a SEQUENCE OFRichard Levitte
2018-07-13Documentation typo fix in BN_bn2bin.podAlexandre Perrin
2018-07-03Don't create an invalid CertificateRequestMatt Caswell