openssl.git
2021-10-22 PW HuFix documentation errors, mainly caused by return value...
2021-10-22 PW HuFix some documentation errors related to return values
2021-10-22 Tomas Mrazdoc: EVP_PKEY_get_utf8/octet_string_param() clarify...
2021-10-22 Tomas Mrazdoc: Document the type of label EVP_PKEY_CTX_set0_rsa_o...
2021-10-22 Matt CaswellUpdate pyca-cryptography sub-module
2021-10-22 Matt CaswellFix acvp_test sig_gen
2021-10-22 Matt CaswellFix test_CMAC_keygen
2021-10-22 Matt CaswellFix a bug in signature self tests in the FIPS module
2021-10-22 Matt CaswellAdd an additional note to EVP_DigestSign() documentation
2021-10-22 Matt CaswellTest short buffers
2021-10-22 Matt CaswellFix SSKDF to not claim a buffer size that is too small...
2021-10-22 Matt CaswellEnforce a size check in EVP_MAC_final()
2021-10-22 Matt CaswellPrevent an overflow if an application supplies a buffer...
2021-10-22 Dr. David von... APPS/req.c: Make -reqexts option an alias of -extension...
2021-10-21 Tomas MrazAdd missing define to enable AES-NI usage on x86 platform
2021-10-20 PW HuFix function signature error
2021-10-19 Matt CaswellAdd tests for ENGINE problems
2021-10-19 Matt CaswellUpdate provider_util.c to correctly handle ENGINE refer...
2021-10-19 Matt CaswellEnsure pkey_set_type handles ENGINE references correctly
2021-10-19 Matt CaswellMake sure EVP_CIPHER_CTX_copy works with the dasync...
2021-10-19 jwalchAvoid NULL+X UB in bss_mem.c
2021-10-18 Matt CaswellFix the signature newctx documentation
2021-10-16 Richard LevitteFix lock leak in evp_keymgmt_util_export_to_provider()
2021-10-15 Tomas MrazRaise error when invalid digest used with SM2
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 Bernd EdlingerFix another memory leak reported in CIFuzz
2021-10-14 Bernd EdlingerFix a memory leak reported in CIFuzz
2021-10-13 Richard LevitteFix test/recipes/01-test_symbol_presence.t to allow...
2021-10-12 Mingjun.Yangfeat: Add sm2 signature test case from GM/T 0003.5...
2021-10-12 Tomas Mrazcmp_vfy.c, encoder_lib.c: Fix potential leak of a BIO
2021-10-12 Tomas Mrazctrl_params_translate: Fix leak of BN_CTX
2021-10-11 Tomas Mrazreq: Do not warn about using stdin when generating...
2021-10-11 Matt CaswellExtend custom extension testing
2021-10-11 Matt CaswellNew extensions can be sent in a certificate request
2021-10-11 Tomas Mrazdoc: OPENSSL_CORE_CTX should never be cast to OSSL_LIB_CTX
2021-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata
2021-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata_init
2021-10-09 Matt CaswellUpdate gost-engine to the latest version
2021-10-09 Matt CaswellUpdate document for default security level change
2021-10-09 Matt CaswellFix tests for new default security level
2021-10-09 Matt CaswellIncrease the default security level to 2
2021-10-09 Paulidoc: document that property names are unique
2021-10-09 Paulitest: add failure testing for property parsing
2021-10-09 Pauliproperty: produce error if a name is duplicated
2021-10-09 Dmitry BelyavskiyBindhost/bindport should be freed
2021-10-08 PW HuFix unsafe BIO_get_md_ctx check
2021-10-08 Tobias NießenFix heading in random generator man7 page
2021-10-07 Dr. David von... apps/x509: Fix self-signed check to happen before setti...
2021-10-06 Tomas Mrazs_socket.c: Avoid possible NULL pointer dereference
2021-10-06 Bernd EdlingerReplace the AES-128-CBC-HMAC-SHA1 cipher in e_ossltest.c
2021-10-06 Bernd EdlingerRemove OPENSSL_ia32cap overrides in various test scripts
2021-10-06 Bernd EdlingerFix a memory leak in the afalg engine
2021-10-06 Dmitry BelyavskiyFix for the dasync engine
2021-10-05 Tianjia Zhangobj: Add SM4 GCM/CCM OID
2021-10-04 Mark FedorovRISC-V support for the SHA256
2021-10-04 Dr. David von... BIO_f_ssl.pod: Make clear where an SSL BIOs are expecte...
2021-10-04 Dr. David von... apps/lib/s_socket.c: Fix mem leak on host name in init_...
2021-10-04 Dr. David von... Fix ssl_free() and thus BIO_free() to respect BIO_NOCLOSE
2021-10-01 Russ Butleraarch64: support BTI and pointer authentication in...
2021-10-01 Amit Kulkarnidoc: crypto(7) - fix typo
2021-10-01 Viktor DukhovniFully initialise cipher/digest app handles
2021-09-30 Dr. Matthias... doc/man3/SSL_set_fd.pod: add note about Windows compile...
2021-09-30 marcfedorowRISC-V support for the SHA512
2021-09-30 Erik LaxUpdate manual to reference the IANA TLS Cipher Suites...
2021-09-30 Erik LaxAllow cipher strings to be given using its standard...
2021-09-28 Tomas MrazBIO_ctrl: Avoid spurious error being raised on NULL...
2021-09-28 Tianjia Zhangproviders: Add SM4 GCM implementation
2021-09-28 Peiwei HuFix return value of BIO_free
2021-09-28 Peiwei HuFix some documentation errors
2021-09-28 Tianjia Zhangssl: Correct comment for ssl3_read_bytes()
2021-09-28 Paulitest: add some PVK KDF unit test cases
2021-09-28 Paulichanges: note that PVK KDF has moved to the legacy...
2021-09-28 Paulidoc: note that these KDFs require the legacy provider...
2021-09-28 Paulidoc: include PVK KDFdocumentation in build.info
2021-09-28 Pauliinclude PVK KDF in legacy provider algorithm list
2021-09-28 Paulidoc: add page for PVK KDF
2021-09-28 Paulipvk: use PVK KDF
2021-09-28 Paulikdf: Add PVK KDF to providers.
2021-09-28 Mingjun.YangAdd sm2 encryption test case from GM/T 0003.5-2012
2021-09-28 Mattias EllertFix variable name mis-match in example code
2021-09-28 Mattias EllertEVP_PKEY_keygen_init has no argument named pkey
2021-09-26 Tianjia Zhangssl: Correct filename in README
2021-09-26 Paulici: add additional operating system specific builds
2021-09-25 PauliAdd changes entry indicating that the OBJ_* calls are...
2021-09-25 Paulitest: add threading test for object creation
2021-09-25 Paulidoc: add note to indicate that the OBJ_ functions were...
2021-09-25 Paulidoc: Document that the OBJ creation functions are now...
2021-09-25 Pauliobj: add locking to the OBJ sigid calls
2021-09-25 Pauliobj: make new NIDs use tsan if possible
2021-09-25 Pauliobj: make the OBJ_ calls thread safe
2021-09-25 Paulitsan: add an addition macro
2021-09-24 Dr. David von... 80-test_cmp_http.t: Remove -certout option where not...
2021-09-24 Dr. David von... cmp_client_test.c: Remove needless dependency on NDEBUG
2021-09-24 Dmitry BelyavskiyFIPS and KTLS may interfere
2021-09-24 Dominic LetzUpdate 15-ios.conf
2021-09-24 Paulitls/ccm8: reduce the cipher strength for CCM8 ciphers...
2021-09-24 Paulidoc: document the change to the security level of CCM8...
2021-09-24 Paulitls: reduce the strength of CCM_8 ciphers due to their...
2021-09-23 slontisChange TLS RC4 cipher strength check to be data driven.
next