aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Style fixes and use the source parameter so the OCSP path worksAlex Gaynor2017-05-221-5/+7
* This is an intAlex Gaynor2017-05-221-1/+1
* Don't use a for-loop declerationAlex Gaynor2017-05-221-1/+2
* Fixed #3020 -- set entry type on SCTs from X.509 and OCSP extensionsAlex Gaynor2017-05-221-2/+39
* Tweak sec_mem testsTodd Short2017-05-201-1/+0
* Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell2017-05-191-1/+1
* Do not eat trailing '\n' in BIO_gets for fd BIO.Tomas Mraz2017-05-151-2/+4
* Remove filename argument to x86 asm_init.David Benjamin2017-05-1131-36/+33
* Fix infinite loops in secure memory allocation.Todd Short2017-05-111-3/+12
* Clean away needless VMS checkRichard Levitte2017-05-111-3/+0
* Cleanup - use e_os2.h rather than stdint.hRichard Levitte2017-05-112-8/+2
* Fix gcc-7 warnings.Bernd Edlinger2017-05-1115-6/+137
* Remove dead code.Pauli2017-05-111-2/+0
* Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson2017-05-113-17/+23
* Make PEM_read_{,bio_}PrivateKey use secmemBenjamin Kaduk2017-05-081-3/+4
* Add PEM_bytes_read_bio_secmem()Benjamin Kaduk2017-05-081-16/+29
* Add PEM_read_bio_exBenjamin Kaduk2017-05-082-141/+273
* sha/sha512.c: fix formatting.Andy Polyakov2017-05-051-28/+42
* perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.Andy Polyakov2017-05-051-2/+3
* Fix pathname errors in errcode fileRich Salz2017-05-041-3/+2
* Don't leave stale errors on queue if DSO_dsobyaddr() failsMatt Caswell2017-05-041-1/+5
* Added support for ESSCertIDv2Marek Klein2017-05-039-31/+337
* Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell2017-05-022-26/+43
* Fix URL links in commentRich Salz2017-05-021-3/+7
* Fix time offset calculation.Todd Short2017-05-022-2/+2
* Address some -Wold-style-declaration warningsBenjamin Kaduk2017-05-014-10/+10
* asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf.Andy Polyakov2017-04-301-3/+14
* Check fflush on BIO_ctrl callRich Salz2017-04-282-4/+10
* Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger2017-04-261-7/+2
* Add custom sig_info setting for RSA-PSSDr. Stephen Henson2017-04-251-1/+38
* Use X509_get_signature_info() when checking security levels.Dr. Stephen Henson2017-04-251-10/+2
* Add support for custom signature parametersDr. Stephen Henson2017-04-255-0/+99
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-4/+8
* Correct some badly formated preprocessor linesRichard Levitte2017-04-251-2/+2
* Address review feedback for the SCTP changesMatt Caswell2017-04-251-1/+1
* Document BIO_lookup_ex()Matt Caswell2017-04-251-2/+1
* Fix problem with SCTP close_notify alertsMatt Caswell2017-04-251-37/+6
* Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell2017-04-252-3/+15
* Add a BIO_lookup_ex() functionMatt Caswell2017-04-252-11/+24
* Add CRYPTO_mem_leaks_cbRichard Levitte2017-04-241-13/+30
* check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz2017-04-242-0/+4
* Annotate ASN.1 attributes of the jurisdictionCountryName NIDAlex Gaynor2017-04-241-0/+1
* Numbers greater than 1 are usually non-negative.David Benjamin2017-04-211-18/+6
* Add ARIA 32-bit implementationletrhee-nsr2017-04-202-105/+869
* Small primes are primes too.Adam Langley2017-04-201-1/+1
* Ignore dups in X509_STORE_add_*Rich Salz2017-04-204-48/+51
* explicitText encodingMarek Klein2017-04-201-4/+45
* VMS: Copy DECC inclusion epi- and prologues to internalsRichard Levitte2017-04-202-0/+36
* asn1/a_int.c: clean up asn1_get_int64.Andy Polyakov2017-04-171-9/+20
* asn1/a_int.c: don't write result if returning error.Andy Polyakov2017-04-141-1/+0