summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-04-26Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger
2017-04-25Add custom sig_info setting for RSA-PSSDr. Stephen Henson
2017-04-25Use X509_get_signature_info() when checking security levels.Dr. Stephen Henson
2017-04-25Add support for custom signature parametersDr. Stephen Henson
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
2017-04-25Correct some badly formated preprocessor linesRichard Levitte
2017-04-25Address review feedback for the SCTP changesMatt Caswell
2017-04-25Document BIO_lookup_ex()Matt Caswell
2017-04-25Fix problem with SCTP close_notify alertsMatt Caswell
2017-04-25Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell
2017-04-25Add a BIO_lookup_ex() functionMatt Caswell
2017-04-24Add CRYPTO_mem_leaks_cbRichard Levitte
2017-04-24check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz
2017-04-24Annotate ASN.1 attributes of the jurisdictionCountryName NIDAlex Gaynor
2017-04-21Numbers greater than 1 are usually non-negative.David Benjamin
2017-04-20Add ARIA 32-bit implementationletrhee-nsr
2017-04-20Small primes are primes too.Adam Langley
2017-04-20Ignore dups in X509_STORE_add_*Rich Salz
2017-04-20explicitText encodingMarek Klein
2017-04-20VMS: Copy DECC inclusion epi- and prologues to internalsRichard Levitte
2017-04-17asn1/a_int.c: clean up asn1_get_int64.Andy Polyakov
2017-04-14asn1/a_int.c: don't write result if returning error.Andy Polyakov
2017-04-14asn1/a_int.c: simplify asn1_put_uint64.Andy Polyakov
2017-04-14asn1/a_int.c: remove code duplicate and optimize branches,Andy Polyakov
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte
2017-04-13ASN.1: change INTxx, UINTxx and Z variants to be embedableRichard Levitte
2017-04-13ASN.1: extend the possibilities to embed data instead of pointersRichard Levitte
2017-04-12OCSP Updates: error codes and multiple certificatesTodd Short
2017-04-11Added error checking for OBJ_createFrank Morgner
2017-04-11Fix x_int64.cRichard Levitte
2017-04-11Reject decoding of an INT64 with a value >INT64_MAXMatt Caswell
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte
2017-04-10Act on deprecation of LONG and ZLONG, step 1Richard Levitte
2017-04-10Discourage the use of LONG and ZLONG, and deprecate it in the futureRichard Levitte
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte
2017-04-10rand/rand_lib.c: keep fixing no-engine configuration.Andy Polyakov
2017-04-10asn1/x_long.c: remove conditions in inner loops and dependency on BN.Andy Polyakov
2017-04-07Make default_method mostly compile-timeRich Salz
2017-04-07Fix rand_lib.c for no-engine configurationRichard Levitte
2017-04-07Don't try to clean up RAND from ENGINERichard Levitte
2017-04-07Make getting and setting the RAND default method thread safeRichard Levitte
2017-04-06Add support for MLOCK_ONFAULT to secure arenaTodd Short
2017-04-06In rand_cleanup_int(), don't go creating a default methodRichard Levitte
2017-04-04PBKDF2 computation speedup (15-40%)Gergely Nagy
2017-04-04Fix faulty check of padding in x_long.cRichard Levitte
2017-04-04Fix a possible integer overflow in long_c2iMatt Caswell
2017-04-04make updateRichard Levitte
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte
2017-04-02crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.Andy Polyakov
2017-04-01bio/b_print.c: switch to int64_t as "greatest-width integer type".Andy Polyakov