summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-05-11Fix infinite loops in secure memory allocation.Todd Short
2017-05-11Clean away needless VMS checkRichard Levitte
2017-05-11Cleanup - use e_os2.h rather than stdint.hRichard Levitte
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-05-11Remove dead code.Pauli
2017-05-11Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson
2017-05-08Make PEM_read_{,bio_}PrivateKey use secmemBenjamin Kaduk
2017-05-08Add PEM_bytes_read_bio_secmem()Benjamin Kaduk
2017-05-08Add PEM_read_bio_exBenjamin Kaduk
2017-05-05sha/sha512.c: fix formatting.Andy Polyakov
2017-05-05perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.Andy Polyakov
2017-05-04Fix pathname errors in errcode fileRich Salz
2017-05-04Don't leave stale errors on queue if DSO_dsobyaddr() failsMatt Caswell
2017-05-03Added support for ESSCertIDv2Marek Klein
2017-05-02Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell
2017-05-02Fix URL links in commentRich Salz
2017-05-02Fix time offset calculation.Todd Short
2017-05-01Address some -Wold-style-declaration warningsBenjamin Kaduk
2017-04-30asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf.Andy Polyakov
2017-04-28Check fflush on BIO_ctrl callRich Salz
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