]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2023-04-25  PauliUpdate KDFs to use shared functions.
2023-04-25  Pauliparams: add helper functions to allocate & copy params
2023-04-25  Mathias BerchtoldAdded ability to pass additional ASFLAGS to Configure
2023-04-25  Tomas MrazFix regression of no-posix-io builds
2023-04-24  FdaSilvaYYdtls: code cleanup and refactorization
2023-04-24  slontisFixup demo exit status magic numbers
2023-04-24  Matt CaswellReplace use of strstr with strchr
2023-04-24  Matt CaswellCoverity 1524619: unexpected control flow
2023-04-24  Mathias BerchtoldRevert "Adding Control Flow guard to Windows Builds"
2023-04-24  Petr MikhalicinFix calling pthread_key_delete on uninitialized data
2023-04-21  Paulifips: setup the FIPS provider in pendantic mode for...
2023-04-21  Paulitest: update ssl_new tests in line with pedantic FIPS...
2023-04-21  Paulitest: update TLS PDF tests in line with pedantic FIPS...
2023-04-21  Paulitest: update evprand tests in line with pedantic FIPS...
2023-04-21  Paulisslapi: use correct fipsmodule.cnf
2023-04-21  dependabot... Bump actions/setup-python from 4.5.0 to 4.6.0
2023-04-21  Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-04-21  Irak RigiaAdded a macro OSSL_DISPATCH_END as marker of the end...
2023-04-21  Petr MikhalicinFix checking return code of EVP_PKEY_get_int_param...
2023-04-20  Tomas MrazMinor refactoring of the Argon2 derive function
2023-04-20  dependabot... Bump coverallsapp/github-action from 2.1.0 to 2.1.2
2023-04-20  Tomas Mrazaesv8-armx.pl: Avoid buffer overrread in AES-XTS decryption
2023-04-19  Paulitest: test -pedantic option in fipsinstall
2023-04-19  Paulidoc: document the -pedantic option to fipsinstall.
2023-04-19  Paulifipsinstall: add -pedantic option
2023-04-19  gakamathAdding Control Flow guard to Windows Builds
2023-04-18  Richard LevitteConfigurations/descrip.mms.tmpl: Fix a few typos
2023-04-18  Ladislav MarkoFix broken links in crypto manpage
2023-04-18  zhangzhileifix test failure on Kunpeng-920
2023-04-18  Dr. David von... crmf_lib.c: clean up coments on OSSL_CRMF_CERTTEMPLATE*()
2023-04-18  Dr. David von... OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return...
2023-04-18  Dr. David von... crypto/cmp: fix CertReqId to use in p10cr transactions...
2023-04-16  Alois Klinkbn_local: remove unused `PTR_SIZE_INT` definition
2023-04-16  Alois Klinkbn_nist: remove unused type-punning union `u`
2023-04-16  Alois Klinkbn_nist: replace pointer bit-fiddling with ternary
2023-04-16  Danny Carpenteradding provider_unload functions for cmp_ tests
2023-04-14  GauriSpearsList also non-fetchable hashes in openssl dgst -list
2023-04-14  slontisFix a HPKE API to put libctx, propq as last (optional...
2023-04-13  Tomas MrazFix the LCM computation in the RSA multiprime key check
2023-04-13  Ladislav MarkoFix typo in ssl_ciph.c
2023-04-13  Aidan KhouryFix UEFI support on win32
2023-04-13  Ladislav Markodoc: Fix incorrect pairing of functions
2023-04-13  Ladislav Markodoc: Fix misleading stucture info
2023-04-12  Yuan, ShuaiFixes #19580 ECX keygen
2023-04-12  Matt CaswellAllow partially releasing a record for TLS
2023-04-12  Matt CaswellMake the data field for get_record() const
2023-04-12  Matt CaswellAdd support for rstream get/release record in the QUIC...
2023-04-11  Jeeban SethiUpdated return value of PEM_write_TYPE() and PEM_write_...
2023-04-11  Tomas MrazCI: Checkout submodules to make the regression fuzz...
2023-04-11  Tomas MrazAdd openssl/fuzz-corpora repository as submodule
2023-04-11  Tomas MrazRemove fuzz corpora data from the repository
2023-04-11  dependabot... Bump coverallsapp/github-action from 1.2.4 to 2.1.0
2023-04-11  PauliRemove FIPS cross version check of 3.0.0 provider again...
2023-04-11  PauliRemove old FIPS provider cross version check
2023-04-11  PauliAdd action to cross validate FIPS providers
2023-04-06  Vishwa PravinIgnore SIGPIPE if client closes connection abruptly
2023-04-04  Bernd EdlingerAlternative fix for CVE-2022-4304
2023-04-04  Bernd EdlingerRevert "Fix Timing Oracle in RSA decryption"
2023-04-04  Anatolii LishchynskyiErase temporary buffer in EVP_PKEY_get_bn_param()
2023-04-04  Matt CaswellDon't call OPENSSL_init_crypto from inside a RUN_ONCE
2023-04-03  Matt CaswellUpdate the documentation for SSL_version et al
2023-04-03  Matt CaswellAdd a test for SSL_version(), SSL_get_version() etc
2023-04-03  Matt CaswellMake sure we can query the SSL object for version info...
2023-04-03  slontisFFC cleanups
2023-04-02  Tomas MrazAvoid calling into provider with the same iv_len or...
2023-04-02  Anthony RobertsFix compilation error when using clang-cl 16 or higher
2023-03-31  slontisMake DSA_sign() test for negative p,q,g values.
2023-03-31  afshinpirIncorrect null pointer check
2023-03-31  slontisFix mem leak in ECDSA_sign().
2023-03-31  Samuel Lee... doc: Fix typo in EVP_EncryptInit.pod
2023-03-31  Michael BaentschProvider-based KEM and SIG alg speed testing added
2023-03-31  Taylor R Campbell/dev/crypto: Suppress warning when open /dev/crypto...
2023-03-31  Matt CaswellAdd a test for an app data record appearing before...
2023-03-31  Matt CaswellHandle app data records from the next epoch
2023-03-30  PauliCoverity 1524597: null pointer dereference
2023-03-30  Hugo LandauUse correct function to wait for condvar
2023-03-30  Hugo LandauRevise build.info
2023-03-30  Hugo LandauQUIC: Ensure locking when injecting datagrams
2023-03-30  Hugo LandauQUIC test fix
2023-03-30  Hugo LandauQUIC Thread Assisted mode: miscellaneous fixes
2023-03-30  Hugo LandauRefactor build.info
2023-03-30  Hugo LandauQUIC Thread Assisted Mode: Refactor locking to be infal...
2023-03-30  Hugo LandauQUIC Thread Assisted Mode: Fix typos and use of CRYPTO_...
2023-03-30  Hugo LandauQUIC Thread Assisted Mode: Support Windows XP
2023-03-30  Hugo LandauAvoid races in tserver test code
2023-03-30  Hugo LandauMinor fixes to thread assisted mode
2023-03-30  Hugo LandauQUIC Thread Assisted Mode: Add design document
2023-03-30  Hugo LandauEnhance quic_tserver test to fully test thread assisted...
2023-03-30  Hugo LandauQUIC CHANNEL: Fix idle timeout handling
2023-03-30  Hugo LandauQUIC CHANNEL: Allow time source to be overridden
2023-03-30  Hugo LandauQUIC TXP: Allow caller to determine if an ACK-eliciting...
2023-03-30  Hugo LandauAdd basic test for thread assisted mode
2023-03-30  Hugo LandauSwitch to using ossl_crypto_mutex from CRYPTO_RWLOCK
2023-03-30  Hugo LandauAdd channel-only tick mode and use it for thread assist...
2023-03-30  Hugo LandauFront End for QUIC Thread Assisted Mode
2023-03-30  Hugo LandauQUIC Thread Assist Core
2023-03-30  Hugo LandauFix handshake locking
2023-03-30  Hugo LandauAdd mutex to tserver
2023-03-30  Hugo LandauAdd locking to QUIC front-end
2023-03-30  Hugo LandauMove channel mutex out of QUIC_CHANNEL for init/teardow...
next