summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.1i releaseOpenSSL_1_1_1iMatt Caswell2020-12-084-5/+5
* Update copyright yearMatt Caswell2020-12-0817-17/+17
* Update CHANGES and NEWS for new releaseMatt Caswell2020-12-082-1/+14
* Add a test for encoding/decoding using an invalid ASN.1 TemplateMatt Caswell2020-12-082-0/+69
* Add a test for GENERAL_NAME_cmpMatt Caswell2020-12-081-0/+344
* Complain if we are attempting to encode with an invalid ASN.1 templateMatt Caswell2020-12-084-5/+22
* Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell2020-12-084-0/+22
* Correctly compare EdiPartyName in GENERAL_NAME_cmp()Matt Caswell2020-12-081-3/+42
* DirectoryString is a CHOICE type and therefore uses explicit taggingMatt Caswell2020-12-081-2/+3
* CHANGES: Move misplaced change itemRichard Levitte2020-12-041-3/+3
* x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb2020-12-038-35/+71
* Configuration: darwin64-arm64-cc for Apple siliconStuart Carnie2020-12-033-4/+15
* Fix comment in do_dtls1_write()Benjamin Kaduk2020-12-021-2/+2
* Turn on Github CI - backport improved ci.yml to 1.1.1Dr. David von Oheimb2020-12-021-0/+93
* aes/asm/aesv8-armx.pl: avoid 32-bit lane assignment in CTR modeArd Biesheuvel2020-12-011-14/+14
* Update bio_ok.cihsinme2020-11-271-1/+1
* rsa_test: add return value checkPauli2020-11-121-11/+13
* Verification zero-length content in S/MIME formatDmitry Belyavskiy2020-11-112-2/+2
* Correct description of BN_mask_bitsT.Yanagisawa2020-11-051-1/+1
* Unify ssl3_get_cipher_by_std_name() implementationBenjamin Kaduk2020-10-291-13/+5
* optimise ssl3_get_cipher_by_std_name()hklaas2020-10-291-2/+1
* crypto/poly1305/asm: fix armv8 pointer authenticationArd Biesheuvel2020-10-291-1/+1
* Ensure we raise SSLfatal on errorMatt Caswell2020-10-261-1/+1
* Allow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATUREAndré Klitzing2020-10-261-3/+9
* Fix aarch64 static linking into shared libraries (see issue #10842 and pull r...Romain Geissler2020-10-224-8/+8
* Fix AES-GCM bug on aarch64 BigEndiansimplelins2020-10-212-3/+14
* resolve defects: reverse_inull; row[DB_exp_date] referenced before checkingxuyunjia2020-10-201-2/+2
* Avoid potential doublefree on dh object assigned to EVP_PKEYTomas Mraz2020-10-201-0/+1
* Add a CHANGES entry for the SSL_SECOP_TMP_DH changeMatt Caswell2020-10-161-1/+9
* Pass an EVP_PKEY for SSL_SECOP_TMP_DH in the security callbackMatt Caswell2020-10-161-6/+7
* Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury2020-10-152-2/+2
* syscall_random(): don't fail if the getentropy() function is a dummyYury Is2020-10-141-2/+9
* Fixed typo in ssl_lib.cIkko Ashimine2020-10-121-1/+1
* Avoid memory leak of parent on allocation failure for child structureBenny Baumann2020-10-071-2/+4
* Use size of target buffer for allocationBenny Baumann2020-10-071-1/+1
* Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler2020-10-031-0/+4
* Prepare for 1.1.1i-devMatt Caswell2020-09-224-3/+11
* Prepare for 1.1.1h releaseOpenSSL_1_1_1hMatt Caswell2020-09-224-5/+5
* Update copyright yearMatt Caswell2020-09-22201-201/+201
* Updates CHANGES and NEWS for the new releaseMatt Caswell2020-09-222-1/+9
* Add const to 'ppin' function parameterolszomal2020-09-212-4/+6
* Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP signNorman Ashley2020-09-212-26/+9
* Disallow certs with explicit curve in verification chainTomas Mraz2020-09-2116-1/+179
* EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz2020-09-218-9/+144
* Fix: ecp_nistz256-armv4.S bad argumentsHenry N2020-09-201-3/+3
* Revert two renamings backported from masterDr. Matthias St. Pierre2020-09-103-33/+33
* Fix the DRBG seed propagationDr. Matthias St. Pierre2020-09-103-30/+27
* Fix memory leaks in conf_def.cluxinyou2020-09-071-0/+2
* Coverity FixesShane Lontis2020-09-078-10/+23
* Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte2020-08-284-2/+17