summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.1f releaseOpenSSL_1_1_1fMatt Caswell2020-03-314-5/+5
* Update copyright yearMatt Caswell2020-03-3110-10/+10
* fix generated Makefile for Windows builds made on *nix (1.1.1d)Viktor Szakats2020-03-292-101/+101
* Document the revert of the proper reporting of an unexpected EOFTomas Mraz2020-03-253-1/+22
* Partially revert "Detect EOF while reading in libssl"Tomas Mraz2020-03-254-12/+2
* Use ctx2 instead ctx.Richard Könning2020-03-241-1/+1
* Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger2020-03-2211-69/+146
* Coverity: fix two minor NPD issues.FdaSilvaYY2020-03-202-4/+6
* Add a CHANGES entry for BN_generate_prime_exBernd Edlinger2020-03-191-1/+8
* Update documentation of BN_generate_prime_exBernd Edlinger2020-03-191-2/+6
* Merge probable_prime_dh_safe with bn_probable_prime_dhBernd Edlinger2020-03-192-87/+36
* Add a parameter to probable_prime if we look for a safe primeBernd Edlinger2020-03-191-56/+23
* Prepare for 1.1.1f-devMatt Caswell2020-03-174-3/+11
* Prepare for 1.1.1e releaseOpenSSL_1_1_1eMatt Caswell2020-03-174-5/+5
* Update copyright yearMatt Caswell2020-03-17242-242/+242
* Update CHANGES for the new releaseMatt Caswell2020-03-171-0/+19
* Update NEWS for the new releaseMatt Caswell2020-03-171-1/+2
* sslapitest: don't leak the SSL_CTX pairBen Kaduk2020-03-171-7/+3
* Add test that changes ciphers on CCSBenjamin Kaduk2020-03-131-0/+116
* Code to thread-safety in ChangeCipherStateBenjamin Kaduk2020-03-133-1/+11
* Don't write to the session when computing TLS 1.3 keysBenjamin Kaduk2020-03-132-2/+6
* Fix whitespace nit in ssl_generate_master_secret()Benjamin Kaduk2020-03-131-1/+1
* doc: fix spelling of TYPE_get_ex_new_indexBenjamin Kaduk2020-03-131-2/+2
* Additional updates to SSL_CTX_sess_set_get_cb.podBenjamin Kaduk2020-03-131-18/+21
* doc: Update the reference from draft to RFCJakub Jelen2020-03-132-2/+2
* doc: document that 'openssl rand' is cryptographically secureDr. Matthias St. Pierre2020-03-122-14/+45
* Revert "Create a new embeddedSCTs1 that's signed using SHA256"Matt Caswell2020-03-1111-134/+38
* Revert "Stop accepting certificates signed using SHA1 at security level 1"Matt Caswell2020-03-115-53/+6
* docs: fix typo in SSL functionsJames Peach2020-03-093-6/+6
* DOC: Make EVP_SignInit.pod conform with man-pages(7)Richard Levitte2020-03-081-11/+11
* DOC: New file for EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PKEY_security_bits()Richard Levitte2020-03-082-19/+85
* apps x509: passing PKCS#11 URL as -signkeyBastian Germann2020-03-082-4/+5
* Clarify the usage of EVP_PKEY_get_raw_[private|public]_key()Matt Caswell2020-03-061-13/+16
* DOC: Fixups of X509_LOOKUP.podRichard Levitte2020-03-061-7/+40
* DOC: Add documentation related to X509_LOOKUPsRichard Levitte2020-03-064-12/+209
* crypto/ec/curve448/eddsa.c: fix EBCDIC platformsPatrick Steuer2020-03-051-1/+6
* aes-s390x.pl: fix stg offset caused by typo in perlasmPatrick Steuer2020-03-051-2/+2
* This works around a gcc-9 crashBernd Edlinger2020-03-052-6/+5
* Fix comment placement in ecp_nistp256.ciScott Arciszewski2020-02-281-2/+2
* apps x509: restrict CAkeyform option to OPT_FMT_PDEBastian Germann2020-02-272-3/+3
* VMS: mitigate for the C++ compiler that doesn't understand certain pragmasRichard Levitte2020-02-273-5/+29
* config: Drop linux-alpha-gcc+bwxMatt Turner2020-02-261-4/+1
* Teach more BIOs how to handle BIO_CTRL_EOFMatt Caswell2020-02-203-1/+16
* Detect EOF while reading in libsslMatt Caswell2020-02-206-2/+18
* Add *.d.tmp files to .gitignoreMatt Caswell2020-02-201-0/+1
* Handle max_fragment_length overflow for DTLSSimon Cornish2020-02-191-2/+8
* Do not silently truncate files on perlasm errorsDavid Benjamin2020-02-17160-160/+160
* Check that ed25519 and ed448 are allowed by the security levelKurt Roeckx2020-02-163-50/+146
* Generate new Ed488 certificatesKurt Roeckx2020-02-168-21/+40
* DOC: document in more detail what a BIO_read_ex() via BIO_f_buffer() doesRichard Levitte2020-02-151-4/+14