openssl.git
2024-04-09 Tom CosgroveFix "Error finalizing cipher loop" when running openssl...
2024-04-09 Todd ShortFix EVP_PKEY_CTX_add1_hkdf_info() behavior
2024-04-09 slontisAdd demo for ECDH key exchange
2024-04-09 Stephan Wurmapps: ca,req,x509: Add explicit start and end dates...
2024-04-09 slontisCheck range of RSA plaintext and ciphertext when using...
2024-04-09 Matt CaswellCopyright year updates
2024-04-09 Richard LevitteCopyright year updates
2024-04-09 Tomas MrazSync libcrypto.num and libssl.num with 3.3 branch
2024-04-09 Tomas MrazSync CHANGES.md and NEWS.md with 3.3 branch
2024-04-09 Tomas MrazUpdate the version to 3.4.0-dev
2024-04-08 Matt CaswellAdd a test for session cache overflow
2024-04-08 Matt CaswellHardening around not_resumable sessions
2024-04-08 Matt CaswellAdd a CHANGES.md/NEWS.md entry for the unbounded memory...
2024-04-08 Matt CaswellFix unconstrained session cache growth in TLSv1.3
2024-04-08 Matt CaswellExtend the multi_resume test for simultaneous resumptions
2024-04-08 Matt CaswellAdd a test for session cache handling
2024-04-08 Jiangning LiuEnable SHA3 unrolling and EOR3 optimization for Ampere
2024-04-05 Randall S. BeckerNonStop: Do not call sleep() with a 0 value
2024-04-04 Richard LevitteDiverse small VMS build fixups
2024-04-04 Dmitry Misharovdowngrade upload-artifact action to v3
2024-04-04 Tomas Mrazopenssl-crl(1): The -verify option is implied by -CA...
2024-04-04 Tomas MrazDEFINE_STACK_OF.pod: Fix prototypes of sk_TYPE_free...
2024-04-04 Kurt RoeckxFix syntax of dependabot.yml
2024-04-04 Warner Loshposix_async: FreeBSD also defines {make|swap|get|set...
2024-04-04 Tomas MrazAdd design document about handing some MAX defines
2024-04-04 slontisAdd 'documentation policy' link to CONTRIBUTING guide.
2024-04-04 slontisUpdate Documentation for EVP_DigestSign, EVP_DigestVerify.
2024-04-04 Job SnijdersAlign 'openssl req' string_mask docs to how the softwar...
2024-04-04 willmafhtypo fix
2024-04-04 willmafhSSL_alert_desc_string_long(): Delete unnecessary underline
2024-04-04 Drokov PavelRemove receiving of unused return value
2024-04-03 Tomas MrazWorkaround the relocation truncated to fit problem...
2024-04-03 Jiasheng Jiangrsa/rsa_pmeth.c: Add the checks for the EVP_MD_CTX_get_...
2024-04-02 Adrien ZingerFix GCC compilation -Waggressive-loop-optimizations
2024-04-02 Hugo LandauBIO_s_connect: Do not set keepalive on dgram sockets
2024-04-02 Vladimir KotalDocument change of -verify behavior in crl and req...
2024-04-02 pohsingwuUse RFC 5869 test case for HKDF self-test
2024-04-02 Bernd EdlingerRemove handling of NULL sig param in ossl_ecdsa_determi...
2024-04-02 Bernd EdlingerFix handling of NULL sig parameter in ECDSA_sign and...
2024-04-02 Bernd EdlingerFix openssl req with -addext subjectAltName=dirName
2024-04-02 Hubert KarioASYNC_start_job: more readable documentation for handli...
2024-04-02 Jiasheng JiangAlter the check
2024-04-02 Jiasheng Jiangssl/ssl_lib.c: Add the check before cast from int to...
2024-04-02 dependabot[bot]Bump actions/setup-python from 5.0.0 to 5.1.0
2024-04-02 Simo SorceExplicitly state what -keys does
2024-04-02 Jiasheng JiangAlter the variable name
2024-04-02 Jiasheng Jiangssl/tls13_enc.c: Replace size_t with int and add the...
2024-04-02 Jiasheng Jiangssl/t1_lib.c: Add checks for the EVP_MD_get_size()
2024-04-02 Jiasheng Jiangrands/drbg_hash.c: Add checks for the EVP_MD_get_size()
2024-04-02 Neil HormanAdd locking to atomic operations in rw/rcu tests
2024-04-01 Jiasheng Jiangrands/drbg_hmac.c: Add checks for the EVP_MD_get_size()
2024-04-01 Jiasheng Jiangmacs/kmac_prov.c: Add checks for the EVP_MD_get_size()
2024-04-01 Jiasheng Jiangsignature/rsa_sig.c: Add checks for the EVP_MD_get_size()
2024-04-01 Jiasheng Jiangkdfs/hmacdrbg_kdf.c: Add checks for the EVP_MD_get_size()
2024-04-01 Jiasheng Jiangtest/bad_dtls_test.c: Add checks for the EVP_MD_CTX_get...
2024-04-01 Jiasheng JiangAdd OPENSSL_free to avoid mem leak
2024-04-01 Jiasheng Jiangstore/store_lib.c: Add the checks for the EVP_MD_CTX_ge...
2024-03-30 Jiasheng Jiangdsa/dsa_pmeth.c: Add the checks for the EVP_MD_CTX_get_...
2024-03-30 Jiasheng Jiangx509/x509_set.c: Add the check for the EVP_MD_CTX_get_s...
2024-03-30 Jiasheng JiangBreak the if statement up into 2 if statements
2024-03-30 Jiasheng Jiangsignature/sm2_sig.c: Add the check for the EVP_MD_CTX_g...
2024-03-29 Alex BozarthAllow provider sigalgs in SignatureAlgorithms conf
2024-03-29 Job SnijdersReject setting invalid CSR versions
2024-03-29 Jiasheng Jiangrsa/rsa_ameth.c: Add the check for the EVP_MD_get_size()
2024-03-26 Neil HormanFix threadstest wrapping again
2024-03-26 Tomas MrazUpdate gost-engine submodule to fix the CI
2024-03-26 Vladimir Kotalapps/req,crl: exit with 1 on verification failure
2024-03-25 Viliam LejčíkAdd NULL check before accessing PKCS7 encrypted algorithm
2024-03-25 Jiasheng JiangReplace size_t with int and add the check for the EVP_M...
2024-03-25 Jiasheng JiangReplace unsigned with int
2024-03-25 sashanfix demos/sslecho/main.c so it builds on OpenBSD too
2024-03-25 Tomas MrazAdd 3.3 and 3.2 branches to Coveralls builds
2024-03-23 Randall S. BeckerCorrect OSSL_sleep for NonStop PUT model by introducing...
2024-03-22 Yavor GeorgievDon’t use the recvmmsg dgram method on Android <5
2024-03-22 olszomalFixed a typo and grammar in openssl-ts.pod
2024-03-22 Dmitry Misharovfix uploading artifacts for paramertrized jobs
2024-03-22 Neil HormanMake counters in rcu/rw threads torture test 64 bit
2024-03-22 Dmitry MisharovAdd M1 macOS runner to some workflows
2024-03-22 Jakov Smolićriscv: Fix remaining asm checks
2024-03-22 Matt HauckUpdate FIPS hmac key documentation
2024-03-21 Hugo LandauMove artifact upload code into the shell script
2024-03-21 Hugo LandauExperimental support for uploading qlog artifacts
2024-03-15 Matt CaswellFix unbounded memory growth when using no-cached-fetch
2024-03-15 Bernd EdlingerTry to fix intermittent CI failures in quic_multistream...
2024-03-15 Alexandr Nedvedickyplug potential memory leak in error code path
2024-03-15 Tomas MrazRaise the AFL_MAP_SIZE to accommodate future growth
2024-03-15 Tomas Mraz82-test_ocsp_cert_chain.t: Just ignore unrecognized...
2024-03-15 Alexandr NedvedickyMinor docfix for OSSL_HTTP_REQ_CTX_set_max_response_hdr...
2024-03-15 Tomas MrazSet AFL_MAP_SIZE to avoid crash in the AFL CI job
2024-03-15 Tomas MrazAdd a test using the bandwidth limit filter
2024-03-15 Tomas MrazAdd support for bandwidth limitation in noisydgram...
2024-03-15 Tomas Mrazbio_f_noisy_dgram_filter(): Fix typo
2024-03-15 Shakti ShahSSL_add_dir_cert_subjects_to_stack(): Documented return...
2024-03-15 Job SnijdersAdd Content Type OID for id-ct-rpkiSignedPrefixList
2024-03-15 Tomas Mrazapps/x509.c: No warning reading from stdin if redirected
2024-03-15 Neil HormanFix ASLR to be smaller during asan/tsan/ubsan runs
2024-03-14 Frederik Wedel-HeinenAvoid a memcpy in dtls_get_reassembled_message()
2024-03-14 Vladimirs AmbrosovsFix dasync_rsa_decrypt to call EVP_PKEY_meth_get_decrypt
2024-03-13 Joachim VandersmissenImplement KAT for KBKDF with KMAC128
2024-03-13 sharad3001Update tls13ccstest.c, removal of deadcode
next