summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-05-30Make Ed25519 consistent with X25519Dr. Stephen Henson
2017-05-30Add Ed25519 algorithm.Dr. Stephen Henson
2017-05-30make errorsDr. Stephen Henson
2017-05-30Allow NULL md for custom signing methodsDr. Stephen Henson
2017-05-30Add support for custom digestsign/digestverify methods.Dr. Stephen Henson
2017-05-30sha/keccak1600.c: implement lane complementing transformAndy Polyakov
2017-05-30sha/keccak1600.c: implement bit interleaving optimization.Andy Polyakov
2017-05-29fixing incorrect OID of signingCertificateV2Marek Klein
2017-05-27Fix spelling errors in CMS.Josh Soref
2017-05-26modes/ocb128.c: address undefined behaviour warning.Andy Polyakov
2017-05-26aria/aria.c: address undefined behaviour warning in small-footprint path.Andy Polyakov
2017-05-22Newlines!Alex Gaynor
2017-05-22Style fixes and use the source parameter so the OCSP path worksAlex Gaynor
2017-05-22This is an intAlex Gaynor
2017-05-22Don't use a for-loop declerationAlex Gaynor
2017-05-22Fixed #3020 -- set entry type on SCTs from X.509 and OCSP extensionsAlex Gaynor
2017-05-20Tweak sec_mem testsTodd Short
2017-05-19Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell
2017-05-15Do not eat trailing '\n' in BIO_gets for fd BIO.Tomas Mraz
2017-05-11Remove filename argument to x86 asm_init.David Benjamin
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