openssl.git
2022-05-09 slontisAdd documentation for key validation that indicates...
2022-05-09 Max BachmannExclude IPv6 code using OPENSSL_USE_IPV6 instead of...
2022-05-09 Nathan SidwellHeader file cleanup for C++20 header-units
2022-05-08 PauliFix Coverity 1201740 & 1201712: uninitialised values
2022-05-08 PauliUpdate GOST engine
2022-05-08 Paulidoc: add not that DTLS 1.0, TLS 1.1 and before are...
2022-05-08 Paulitls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security...
2022-05-06 Bernd EdlingerUpdate .gitignore
2022-05-06 Daniel Fialas_serve: Report an error if init-connection fails witho...
2022-05-06 PauliFix Coverity 1503322, 1503324, 1503328 memory accesses
2022-05-06 PauliFix Coverity 1503325 use after free
2022-05-06 PauliFix Coverity 1503329 use after free
2022-05-06 PauliFix coverity 1503330 use after free
2022-05-06 philippe lhardyfix for sslecho in demos echoing garbage #18165
2022-05-06 PauliCorrect NEWS entry about required security level for...
2022-05-06 PauliRemove the _fetch_by_number functions
2022-05-05 Richard LevitteAdd method store cache flush and method removal to...
2022-05-05 Richard LevitteFor child libctx / provider, don't count self-reference...
2022-05-05 Richard LevitteComplete the cleanup of an algorithm in OSSL_METHOD_STORE
2022-05-05 Richard LevitteMake it possible to remove methods by the provider...
2022-05-05 Richard LevitteDon't empty the method store when flushing the query...
2022-05-05 Richard LevitteRefactor method construction pre- and post-condition
2022-05-05 Richard LevitteDrop ossl_provider_clear_all_operation_bits() and all...
2022-05-05 Vita Batrlas_client -proxy / -starttls shouldn't be mutually exclusive
2022-05-05 Dr. David von... crmf_lib.c: Make sure Ed signature for POPO is called...
2022-05-04 Dr. David von... X509{,_LOOKUP}: Improve distinction between not found...
2022-05-04 Dr. David von... objects.txt: Add newly registered OIDs according to...
2022-05-04 Daniel Fialaopenssl: dhparam: Print warning if -in argument is...
2022-05-04 PauliFix Coverity 1503314 unchecked return value
2022-05-04 JHH20Remove duplicated #include headers
2022-05-03 Tomas MrazCHANGES.md: Attribute the OPENSSL_LH_flush() fix properly
2022-05-03 Matt CaswellUpdate copyright year
2022-05-03 Matt CaswellUpdate CHANGES and NEWS for new release
2022-05-03 PauliUpdate Paul's pgp key signature
2022-05-03 Tomas Mrazc_rehash: Do not use shell to invoke openssl
2022-05-03 Matt CaswellFix the RC4-MD5 cipher
2022-05-03 Matt CaswellTest ocsp with invalid responses and the "-no_cert_chec...
2022-05-03 Matt CaswellFix OCSP_basic_verify signer certificate validation
2022-05-03 Daniel HuAcceleration of chacha20 on aarch64 by SVE
2022-05-03 Jonathan Swinneymd5: add assembly implementation for aarch64
2022-05-02 Dmitry BelyavskiyImproving locale test
2022-05-02 Tomas Mrazfix_dh_paramgen_type: Avoid crash with invalid paramgen...
2022-05-02 Tomas Mrazevp_md_init_internal: Avoid reallocating algctx if...
2022-05-02 Dr. David von... http_client.c: check expected content type only if...
2022-04-29 Dmitry BelyavskiyTesting the EVP_PKEY_CTX_new_from_name without prelimin...
2022-04-29 Dmitry BelyavskiyEnsure we initialized the locale before evp_pkey_name2type
2022-04-29 Richard LevitteFix memleak in test/provider_test.c
2022-04-29 yavtukPrefer .inst rather than .long for probe instructions...
2022-04-29 Tomas Mrazpoly1305: Properly copy the whole context on dup
2022-04-27 Jan Engelhardtdoc: replace "symmetric cipher" phrase in EVP_MD manpages
2022-04-27 Jon SpillettPrefer GNU library initialization mechanism over platfo...
2022-04-27 Tomas MrazTest that SipHash_Final() fails on uninited context
2022-04-27 Tomas Mrazsiphash: Properly set mac size in sipcopy
2022-04-27 Tomas Mrazsiphash: Fail finalization on uninitialized siphash...
2022-04-26 Mathias BerchtoldMove ossl_deinit_casecmp to the end of OPENSSL_cleanup()
2022-04-26 EasySecpem_password_cb(3): References to other man pages
2022-04-26 zhouzilongClear unused variables in X509_print_ex()
2022-04-25 Jon SpillettUse .s extension for ia64 assembler
2022-04-25 Hugo LandauFix bug in OPENSSL_LH_flush
2022-04-25 Hugo LandauAdd support for new release commit review requirement...
2022-04-22 Tomas MrazAdd Tomas Mraz key to release key fingerprints
2022-04-22 Kirill A. KorinskyNever use `__atomic_*` on macOS 10.7 and 10.8
2022-04-22 Dmitry BelyavskiyMinimal test checking we can get public key in Turkish...
2022-04-22 Dmitry BelyavskiyFIPS provider modifications
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-22 Dmitry BelyavskiyPublic API functions OPENSSL_str[n]casecmp
2022-04-21 Tom CosgroveFix gcc 6.3 builds of aarch64 BSAES
2022-04-21 Daniel FialaClear incorrectly reported errors in cms_io.
2022-04-21 Zhou QingyangFix a possible NULL pointer dereference in create_cert_...
2022-04-21 Zhou QingyangFix wild pointer dereference in make_ocsp_response()
2022-04-19 EasySecFix small typo in X509v3_get_ext_by_NID() man page
2022-04-19 Daniel FialaDo a prelimary check for numbers in openssl prime command.
2022-04-19 Tomas MrazAvoid undefined behavior of provided macs on EVP_MAC...
2022-04-19 Tomas Mrazevp_test: Try computing MACs twice with reinitializatio...
2022-04-19 EasySecdoc: Clarify that calling SSL_set_session(ssl, NULL...
2022-04-19 cuishuangfix some typos
2022-04-14 Bernd EdlingerFix an assertion in the DTLS server code
2022-04-14 Tomas MrazAdd error code for unsupported explicit parameters
2022-04-14 Tomas Mrazendecode_test: Handle expected failures for non-fips...
2022-04-14 Tomas MrazImport only named params into FIPS module
2022-04-13 tangyiqunCheck the return of EVP_KDF_fetch()
2022-04-12 bobwirkaAdded Simple SSL Echo Client/Server to demos.
2022-04-12 Matt CaswellAdd an initial QUIC Technical requirements document
2022-04-12 Zhou QingyangAdd return value check of X509V3_add_value() in X509V3_...
2022-04-12 Juergen Christs390: Add new machine generation
2022-04-12 Daniel FialaSSL_conf_cmd: Allow DH Parameters at any position.
2022-04-12 Daniel HuSM4 optimization for ARM by ASIMD
2022-04-11 Todd ShortFix -no-tls1_2 in tests
2022-04-11 Tomas MrazAdd test for openssl ecparam with fips and base providers
2022-04-11 Tomas Mrazec_export: Other parameters are exportable with domain...
2022-04-11 Tomas MrazAdd test for resetting SM2 dist ID
2022-04-11 Tomas Mrazsm2: Allow setting 0 length SM2 dist ID param
2022-04-11 yuanjungongCrypto/evp: Fix null pointer dereference
2022-04-10 Paulikdf: avoid NULL dereference on malloc failure in sshkdf
2022-04-07 Hugo LandauDocument {SSL|SSL_CTX}_set_{purpose|trust}()
2022-04-07 Hugo LandauDocument SSL_CTX_get_ssl_method
2022-04-07 Tomas Mraztest_fipsinstall: Fallback to config(FIPSKEY) for the...
2022-04-07 Hugo LandauFix failure to check result of bn_rshift_fixed_top
2022-04-06 Hugo LandauAdd SSL_(CTX_)?get0_(verify|chain)_cert_store functions
2022-04-06 Hugo LandauRemove unused libctx functions (runonce, onfree)
next