openssl.git
2022-03-12 Richard LevitteFix OPENSSL_ENGINES in Configurations/descrip.mms.tmpl
2022-03-11 Todd ShortDOC: TLS compression is disabled by default
2022-03-11 Hugo LandauFix issue where OBJ_nid2obj doesn't always raise an...
2022-03-10 Todd ShortSet protocol in init_client()
2022-03-10 Dmitry BelyavskiyAvoid potential memory leak
2022-03-07 Hugo LandauDocument bug in openssl cms -binary
2022-03-03 Nicola Tuveri[ssl] Add tests for Perfect Forward Secrecy criteria...
2022-03-03 Nicola Tuveri[ssl] Add SSL_kDHEPSK and SSL_kECDHEPSK as PFS ciphersu...
2022-03-03 Nicola Tuveri[ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH alias
2022-03-03 Richard LevitteVMS: move copy_argc to its own module and make it an...
2022-03-03 Hugo LandauFix NULL pointer dereference for BN_mod_exp2_mont
2022-03-02 DanielImprove documentation of BIO_FLAGS_BASE64_NO_NL flag.
2022-02-28 Jiasheng Jiangcrypto/x509/v3_utl.c: Add missing check for OPENSSL_strndup
2022-02-09 Bernd EdlingerCheck for presence of 3.x openssl runtime
2022-02-09 Bernd EdlingerPrevent crash with engine using different openssl runtime
2022-02-09 Pauliscrypt: increase memory usage beyond limit
2022-02-07 Thomas1664Correct return type for BIO_ptr_ctrl
2022-02-04 Richard LevitteDon't link test/ec_internal_test with libapps.a
2022-02-04 Juan Manuel... Fix builds with DJGPP
2022-02-02 Matt CaswellDocument purpose and trust setting functions
2022-02-02 Matt CaswellAdd a test for X509_STORE_CTX_set_purpose()
2022-02-02 Matt CaswellEnsure X509_STORE_CTX_purpose_inherit handles a 0 defau...
2022-01-27 Tomas Mrazlhash: Avoid 32 bit right shift of a 32 bit value
2022-01-13 Matt CaswellAdd a test for a custom digest created via EVP_MD_meth_...
2022-01-13 Matt CaswellFix a leak in EVP_DigestInit_ex()
2022-01-11 Bernd EdlingerRemove unsafe call to OPENSSL_cpuid_setup
2022-01-08 Bernd EdlingerFix password_callback to handle short passwords
2022-01-05 Tomas Mrazclose_console: Always unlock as the lock is always...
2022-01-05 Peiwei Huapps/passwd.c: free before error exiting
2022-01-04 Dr. David von... Update troublesome copyright years of auto-generated...
2022-01-03 Dr. David von... OBJ_obj2txt(): fix off-by-one documentation of the...
2022-01-01 Piotr KubajAdd support for BSD-riscv64 target
2021-12-29 Matt CaswellEnsure s_client sends SNI data when used with -proxy
2021-12-24 Michael Baentschdocument additional stack push error code
2021-12-23 Alexandros... Fix Configure variable spill
2021-12-19 KanFix the null pointer dereference
2021-12-14 Matt CaswellPrepare for 1.1.1n-dev
2021-12-14 Matt CaswellPrepare for 1.1.1m release OpenSSL_1_1_1m
2021-12-14 Richard LevitteUpdate NEWS for 1.1.1m
2021-12-14 Matt CaswellUpdate copyright year
2021-12-14 Richard LevitteAdd some CHANGES entries for 1.1.1m
2021-12-14 Bernd EdlingerFix a carry overflow bug in bn_sqr_comba4/8 for mips...
2021-12-11 Richard LevitteFix faulty detail in BN_rand() manual
2021-12-10 Tomas MrazCI: Replace windows-2016 with windows-2022
2021-12-09 Bernd EdlingerFix a deadlock in OBJ_NAME_add
2021-12-09 Dr. David von... OBJ_nid2obj.pod: Replace remaining 'B<' by 'I<' were...
2021-12-07 Matt CaswellFix documentation for tlsext_ticket_key
2021-12-03 Dr. David von... BIO_f_ssl.pod: Make clear where an SSL BIOs are expecte...
2021-12-03 Dr. David von... Fix ssl_free() and thus BIO_free() to respect BIO_NOCLOSE
2021-12-01 Dmitry BelyavskiyNo EtM for GOST ciphers
2021-11-30 Richard LevitteTEST: Enable and fix test_bn2padded() in test/bntest.c
2021-11-27 Chenglong ZhangFix speed, use OPENSSL_free instead of free
2021-11-26 Dr. David von... BIO_push.pod: fix confusing text and add details on...
2021-11-25 Paulidoc: fix macro name
2021-11-24 Matt CaswellClarify and correct the EVP_CTRL_AEAD_SET_TAG docs
2021-11-24 Allan JudeFix detection of ARMv7 and ARM64 CPU features on FreeBSD
2021-11-23 Richard LevitteDOC: Add a few previously documented functions
2021-11-23 Bernd EdlingerAdd a test case for duplicate engine loading
2021-11-23 Richard LevitteERR: Add a missing common reason string
2021-11-23 Bernd EdlingerAvoid loading of a dynamic engine twice
2021-11-16 zhaozgevp: fix EVP_PKEY_get0_EC_KEY when EC_KEY is SM2
2021-11-16 x2018free the Post-Handshake Auth digest when there is an...
2021-11-15 Matt CaswellReset the rwstate before calling ASYNC_start_job()
2021-11-09 PW HuFix: invoking x509_name_cannon improperly
2021-11-04 Bernd EdlingerFix a memory leak in ssl_create_cipher_list
2021-11-04 Bernd EdlingerFix a memory leak in tls_parse_stoc_key_share
2021-11-03 x2018check the return value of BN_new() and BN_dup()
2021-10-28 Paulispeed: range check the argument given to -multi for...
2021-10-27 Matt CaswellFix a gcc 11.2.0 warning
2021-10-25 Matt CaswellFix no-cmac
2021-10-22 Matt CaswellFix the s_server psk_server_cb for use in DTLS
2021-10-22 Peiwei HuFix BIO_get_md_ctx return value check
2021-10-22 PW HuFix some documentation errors related to return values
2021-10-21 Matt CaswellAdd tests for ENGINE problems
2021-10-21 Matt CaswellEnsure pkey_set_type handles ENGINE references correctly
2021-10-15 Peiwei Hutest/ssl_old_test.c: Fix potential leak
2021-10-14 Richard LevitteFix test/recipes/01-test_symbol_presence.t to disregard...
2021-10-14 Richard LevitteFix test/recipes/01-test_symbol_presence.t to allow...
2021-10-11 Matt CaswellExtend custom extension testing
2021-10-11 Matt CaswellNew extensions can be sent in a certificate request
2021-10-09 Dmitry BelyavskiyBindhost/bindport should be freed
2021-10-07 Bernd EdlingerFix double-free in e_dasync.c
2021-10-07 Bernd EdlingerFix some possible memory leaks in EVP_CipherInit_ex
2021-10-06 Bernd EdlingerFix a memory leak in the afalg engine
2021-09-30 Bernd EdlingerFix a NPD bug in engines/e_dasync.c
2021-09-30 Dr. Matthias... doc/man3/SSL_set_fd.pod: add note about Windows compile...
2021-09-28 Mingjun.YangAdd sm2 encryption test case from GM/T 0003.5-2012
2021-09-26 Tianjia Zhangssl: Correct filename in README
2021-09-17 Matt CaswellCorrect the documentation for SSL_set_num_tickets()
2021-09-17 Matt CaswellClarify what SSL_get_session() does on the server side...
2021-09-14 Lenny PrimakMacOS prior to 10.12 does not support random API correctly
2021-09-13 Nikita IvanovFix nc_email to check ASN1 strings with NULL byte in...
2021-09-09 Richard LevitteVMS: Fix misspelt type
2021-09-08 Richard LevitteDOCS: Update the page for 'openssl passwd' to not dupli...
2021-09-07 Richard LevitteVMS: Compensate for compiler type incompatibility
2021-09-06 Richard Levittetest/ec_internal_test: link with libapps.a too
2021-09-03 Viktor DukhovniTest for DANE cross cert fix
2021-09-03 Viktor DukhovniPrioritise DANE TLSA issuer certs over peer certs
2021-09-02 Paulidoc: document the rsa_oaep_md: pkeyopt
2021-09-02 Mattias EllertOpenssl fails to compile on Debian with kfreebsd kernels
next