]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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)
2022-04-06  Daiki UenoKTLS: Enable KTLS for receiving as well in TLS 1.3
2022-04-06  Daiki UenoKTLS: Handle TLS 1.3 in ssl3_get_record.
2022-04-06  John BaldwinKTLS: Add using_ktls helper variable in ssl3_get_record().
2022-04-06  John BaldwinKTLS: Check for unprocessed receive records in ktls_con...
2022-04-05  Arran Cudbard... Document the fact that setting a BIO create function...
2022-04-05  Todd C. MillerAdd -static-libgcc to solaris-sparcv7-gcc shared_ldflag
2022-04-05  Todd C. MillerFix AIX build when no-shared is passed to Configure.
2022-04-05  Daniel FialaRedefine macro X509_http_nbio to avoid using ocsp.h
2022-04-04  Shi PujinAdd loongarch64 target
2022-04-03  Viktor SöderqvistFix broken link to coding-style.html
2022-04-03  Tomas MrazOSSL_PARAM_get_*_ptr: Drop errors from ptr/string mismatch
2022-04-03  PauliFix Coverity 1503096: out-of-bounds access
2022-04-03  PauliFix Coverity 1498612 & 1503221: integer overflow
2022-04-02  Viktor SöderqvistCMS sign digest
2022-04-01  Tomas Mrazreq, x509: Allow printing modulus of RSA-PSS keys
2022-03-31  Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-03-31  Sebastian Popdisable 5x interleave on buffers shorter than 512 bytes...
2022-03-31  Paulidoc: fix example in ssh KDF man page.
2022-03-30  Ben AvisonRemove further uses of __ARMEL__ in AArch64 assembly
2022-03-30  Tomas MrazTest processing of a duplicated HRR
2022-03-30  Tomas Mraztls_process_server_hello: Disallow repeated HRR
2022-03-30  Paulisparse array: reduces the block size
2022-03-29  Paulidocument the safe_div_round_up_TYPE functions
2022-03-29  PauliUse safe math to computer sizes.
2022-03-29  PauliAdd a divide rounding up safe math function.
2022-03-28  Hugo LandauFix typo in manpage SSL_CONF_cmd(3)
2022-03-28  Hugo LandauRemove statistics tracking from LHASH
2022-03-28  Kevin K BijuSize of random output is now a long, also added option...
2022-03-26  PauliFix Coverity 1503218: negative loop bound
2022-03-25  Todd Shortticket_lifetime_hint may exceed 1 week in TLSv1.3
2022-03-25  Juergen Christs390x: Hide internal cpuid symbol and function
2022-03-25  Tomas MrazFix formatting of NOTES-WINDOWS.md and doc-nits failure
2022-03-25  PauliFix Coverity 1498612: integer overflow
2022-03-24  Gabor KerteszAdd build note for win-arm64
2022-03-24  Daniel FialaAdd support for mac-less password-base PKCS12 files...
2022-03-23  Tomas MrazDisable the test_afalg on cross compile targets
2022-03-23  Hugo LandauDecoder resolution performance optimizations
2022-03-23  Richard Levitteutil/markdownlint.rb: Allow fenced code blocks
2022-03-23  PauliFix Coverity 1201763 uninitialised pointer read
2022-03-23  PauliFix Coverity 1498613: resource leak
2022-03-23  PauliFix Coverity 1498611 & 1498608: uninitialised read
2022-03-23  PauliFix Coverity 1498610 & 1498609: uninitised value
2022-03-22  Ross BurtonConfigure: don't try to be clever when configuring...
2022-03-22  Daniel FialaMake `openssl check -rsa ...` to work for both RSA...
2022-03-22  XiaokangQianFix incorrect comments in aes-gcm-armv8-unroll8_64.pl
2022-03-21  Hugo LandauAdd EVP RSA key encode/decode demo
2022-03-20  PauliFix coverity 1498607: uninitialised value
2022-03-18  Dr. David von... OSSL_CMP_CTX_new.pod: make references to private key...
2022-03-18  Dr. David von... OSSL_CMP_MSG_get0_header.pod: re-phrase two lenthy...
2022-03-18  Dr. David von... SSL_CTX_set_verify.pod: move a note further down where...
2022-03-18  David Carlierprint SSL session, fix build warnings on OpenBSD.
2022-03-18  Tomas Mrazeng_dyn: Avoid spurious errors when checking for 1...
2022-03-18  Hugo LandauFix documentation for provider-signature
2022-03-18  Hugo LandauFix declaration inconsistency (Camellia)
2022-03-18  Hugo LandauList missing operations in provider(7)
2022-03-17  Tobias NießenFix typos in CCM test vector titles
2022-03-16  tangyiquncheck return value of functions that call BIO_new()
2022-03-15  Matt CaswellUpdate CHANGES/NEWS for new release
2022-03-15  Tomas MrazAdd a negative testcase for BN_mod_sqrt
2022-03-15  Tomas MrazAdd documentation of BN_mod_sqrt()
2022-03-15  Tomas MrazFix possible infinite loop in BN_mod_sqrt()
2022-03-15  Hugo LandauFix signed integer overflow in evp_enc
2022-03-15  Oliver RobertsFixed typo in inner_evp_generic_fetch() error handling
2022-03-15  Hugo LandauFix IV length caching in EVP encryption code
next