summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-12-08Prepare for 1.1.1i releaseOpenSSL_1_1_1iMatt Caswell
2020-12-08Update copyright yearMatt Caswell
2020-12-08Update CHANGES and NEWS for new releaseMatt Caswell
2020-12-08Add a test for encoding/decoding using an invalid ASN.1 TemplateMatt Caswell
2020-12-08Add a test for GENERAL_NAME_cmpMatt Caswell
2020-12-08Complain if we are attempting to encode with an invalid ASN.1 templateMatt Caswell
2020-12-08Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell
2020-12-08Correctly compare EdiPartyName in GENERAL_NAME_cmp()Matt Caswell
2020-12-08DirectoryString is a CHOICE type and therefore uses explicit taggingMatt Caswell
2020-12-04CHANGES: Move misplaced change itemRichard Levitte
2020-12-03x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb
2020-12-03Configuration: darwin64-arm64-cc for Apple siliconStuart Carnie
2020-12-02Fix comment in do_dtls1_write()Benjamin Kaduk
2020-12-02Turn on Github CI - backport improved ci.yml to 1.1.1Dr. David von Oheimb
2020-12-01aes/asm/aesv8-armx.pl: avoid 32-bit lane assignment in CTR modeArd Biesheuvel
2020-11-27Update bio_ok.cihsinme
2020-11-12rsa_test: add return value checkPauli
2020-11-11Verification zero-length content in S/MIME formatDmitry Belyavskiy
2020-11-05Correct description of BN_mask_bitsT.Yanagisawa
2020-10-29Unify ssl3_get_cipher_by_std_name() implementationBenjamin Kaduk
2020-10-29optimise ssl3_get_cipher_by_std_name()hklaas
2020-10-29crypto/poly1305/asm: fix armv8 pointer authenticationArd Biesheuvel
2020-10-26Ensure we raise SSLfatal on errorMatt Caswell
2020-10-26Allow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATUREAndré Klitzing
2020-10-22Fix aarch64 static linking into shared libraries (see issue #10842 and pull r...Romain Geissler
2020-10-21Fix AES-GCM bug on aarch64 BigEndiansimplelins
2020-10-20resolve defects: reverse_inull; row[DB_exp_date] referenced before checkingxuyunjia
2020-10-20Avoid potential doublefree on dh object assigned to EVP_PKEYTomas Mraz
2020-10-16Add a CHANGES entry for the SSL_SECOP_TMP_DH changeMatt Caswell
2020-10-16Pass an EVP_PKEY for SSL_SECOP_TMP_DH in the security callbackMatt Caswell
2020-10-15Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury
2020-10-14syscall_random(): don't fail if the getentropy() function is a dummyYury Is
2020-10-12Fixed typo in ssl_lib.cIkko Ashimine
2020-10-07Avoid memory leak of parent on allocation failure for child structureBenny Baumann
2020-10-07Use size of target buffer for allocationBenny Baumann
2020-10-03Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler
2020-09-22Prepare for 1.1.1i-devMatt Caswell
2020-09-22Prepare for 1.1.1h releaseOpenSSL_1_1_1hMatt Caswell
2020-09-22Update copyright yearMatt Caswell
2020-09-22Updates CHANGES and NEWS for the new releaseMatt Caswell
2020-09-21Add const to 'ppin' function parameterolszomal
2020-09-21Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP signNorman Ashley
2020-09-21Disallow certs with explicit curve in verification chainTomas Mraz
2020-09-21EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz
2020-09-20Fix: ecp_nistz256-armv4.S bad argumentsHenry N
2020-09-10Revert two renamings backported from masterDr. Matthias St. Pierre
2020-09-10Fix the DRBG seed propagationDr. Matthias St. Pierre
2020-09-07Fix memory leaks in conf_def.cluxinyou
2020-09-07Coverity FixesShane Lontis
2020-08-28Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte