Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-12Resign test/certs/rootCA.pem to expire in 100 yearsHEADmasterBernd Edlinger
2022-11-12Update the validity period of ed25519 cerificatesBernd Edlinger
2022-11-11test_CMAC_keygen(): Avoid using ECB cipher with CMACTomas Mraz
2022-11-11cmac_set_ctx_params(): Fail if cipher mode is not CBCTomas Mraz
2022-11-11demos/mac/cmac-aes256: Clarify the cipher algorithm usedTomas Mraz
2022-11-11Add test for generating safeprime DH parametersTomas Mraz
2022-11-11Use libctx when generating DH parametersTomas Mraz
2022-11-11fuzz: add punycode decoder fuzz testPauli
2022-11-11punycode: update to use WPACKET instead of using custom range checkingPauli
2022-11-10pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKeyMilan Broz
2022-11-10pem: fix a memory leak in PEM_write_bio_PrivateKey_traditionalMilan Broz
2022-11-10Limit size of modulus for BN_mod_exp_mont_consttime()Tomas Mraz
2022-11-10Revert "Skip DES based tests in FIPS mode"Pauli
2022-11-10Revert "Remove conditional FIPS dependence for 3DES"Pauli
2022-11-10Revert "Move DES based test cases out of FIPS territory"Pauli
2022-11-10Put 3DES back into the FIPS provider as a non-approved algorithmPauli
2022-11-10pkcs7: Remove unused includesCameron Cawley
2022-11-09fips-label.yml: Fix the script after actions/github-script upgradeTomas Mraz
2022-11-09CI: Add Alpine (musl)Sam James
2022-11-08Fix CertificateCompressionAlgorithm to be read as 2-octet-wideAlexander Sosedkin
2022-11-07Fix PACKET_equal test with BUF_LEN+1 on -Wstringop-overreadReinhard Urban
2022-11-07QUIC CFQ FixesHugo Landau
2022-11-07QUIC FIFDHugo Landau
2022-11-07QUIC TXPIMHugo Landau
2022-11-07QUIC CFQHugo Landau
2022-11-07QUIC Frame-in-Flight Manager DesignHugo Landau
2022-11-07Use the same encryption growth macro consistentlyMatt Caswell
2022-11-07Test that signatures using hash name commands work properlyTomas Mraz
2022-11-07apps/dgst.c: Set digestname from argv[0] if it is a builtin hash nameTomas Mraz
2022-11-07Assert that we do not exceed the DTLS MTUMatt Caswell
2022-11-07Fix dtls_get_max_record_overhead()Matt Caswell
2022-11-07Fix the ceiling on how much encryption growth we can haveMatt Caswell
2022-11-07Add zlib oneshot compressionTodd Short
2022-11-04Check for private key existence before calling eddsa sign functionsWangchong Zhou
2022-11-04crypto/sha/asm/sha512-ia64.pl: When checking assembler file names, ignore caseRichard Levitte
2022-11-04Configurations/*.tmpl: overhaul assembler make rules.Richard Levitte
2022-11-03Update GitHub actions as suggested by dependabotTomas Mraz
2022-11-03Coverity 1516624: Fix overrun memory access.Pauli
2022-11-02Fix coverity 1516093 tainted scalarTodd Short
2022-11-02Fix documentation for some i2d return values.slontis
2022-11-02Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis
2022-11-02providers/common/der/oids_to_c.pm: Remove use of Data::DumperRichard Levitte
2022-11-02Add test for X509 sign TBS cache regression.slontis
2022-11-02Update the pipelining docsMatt Caswell
2022-11-02Fix read pipeliningMatt Caswell
2022-11-02Pipeline output/input buf arrays must live until the EVP_Cipher is calledMatt Caswell
2022-11-02Add a test for TLS pipeliningMatt Caswell
2022-11-02Release the drbg in the global default context before enginesTomas Mraz
2022-11-02Add a test case for the engine crash with AES-256-CTRBernd Edlinger
2022-11-02Potential null pointer referenceyangyangtiantianlonglong