Add an extra reduction step to RSAZ mod_exp implementations
[openssl.git] / include /
2022-06-13 slontisRSA keygen update: Raise an error if no prime candidate...
2022-06-10 Hongren (Zenithal... aes_platform: add riscv64 zkn asm support
2022-06-10 Hongren (Zenithal... Add riscv scalar crypto extension capability
2022-06-03 Tomas MrazAdd OSSL_QUIC methods to headers and manual pages
2022-05-30 Dr. David von Oheimbhttp_client.c: Dump response on error when tracing...
2022-05-30 Samuel LeeMove types.h #undefs for wincrypt.h compatibility
2022-05-27 Hugo LandauQUIC wire format support
2022-05-23 Kijin KimAdd more SRTP protection profiles
2022-05-22 Paulistrcasecmp: implement strcasecmp and strncasecmp
2022-05-22 Paulitolower: refine the tolower code to avoid a memory...
2022-05-21 Tomas MrazDrop ossl_namemap_add_name_n() and simplify ossl_namema...
2022-05-19 Henry BrausenAdd BSWAP4/BSWAP8 routines for riscv64 with Zbb
2022-05-19 Henry BrausenAdd basic RISC-V cpuid and OPENSSL_riscvcap
2022-05-19 Randall S. BeckerPrepare NonStop for fixed-size integer types.
2022-05-16 Tomas MrazFix BIO_get_ktls_send/recv to return 0 or 1 only
2022-05-13 Tomas MrazAlways try locale initialization from OPENSSL_strcasecmp
2022-05-13 Tomas MrazAdd fallback in case of locale initialization failure
2022-05-13 Tomas MrazAvoid code duplication for locale initialization
2022-05-13 Tomas MrazMove OPENSSL_strcasecmp() and related to o_str.c
2022-05-13 Tomas MrazFix build on OPENSSL_SYS_TANDEM and older POSIXes
2022-05-09 Nathan SidwellHeader file cleanup for C++20 header-units
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 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-04 Dr. David von Oheimbobjects.txt: Add newly registered OIDs according to...
2022-05-03 Matt CaswellUpdate copyright year
2022-05-02 Tomas Mrazevp_md_init_internal: Avoid reallocating algctx if...
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-22 Dmitry BelyavskiyPublic API functions OPENSSL_str[n]casecmp
2022-04-14 Tomas MrazAdd error code for unsupported explicit parameters
2022-04-12 Daniel HuSM4 optimization for ARM by ASIMD
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-05 Daniel FialaRedefine macro X509_http_nbio to avoid using ocsp.h
2022-04-02 Viktor SöderqvistCMS sign digest
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-03-29 PauliAdd a divide rounding up safe math function.
2022-03-14 Tomas MrazReplace handling of negative verification result with...
2022-03-13 Hugo LandauEVP_MD performance fix (refcount cache contention)
2022-03-10 Todd ShortAdd TFO support to socket BIO and s_client/s_server
2022-03-10 Arran Cudbard-Bellasync_posix: Allow custom stack allocation functions...
2022-02-28 PauliChange `strlen' argument name to `strlength' to avoid...
2022-02-22 Deepankar Bhattach... chacha20 performance optimizations for ppc64le with...
2022-02-16 Weiguo LiAdd define guards to avoid multi-inclusion
2022-02-14 Armin FuerstAdd tests for do_updatedb
2022-02-10 Andrey MatyukovAES-GCM enabled with AVX512 vAES and vPCLMULQDQ.
2022-02-08 Bernd EdlingerPrevent crash with engine using different openssl runtime
2022-02-07 Danny TsenFixed counter overflow
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-04 John BaldwinAdd support for Chacha20-Poly1305 to kernel TLS on...
2022-02-04 Juan Manuel GuerreroFix builds with DJGPP
2022-02-03 Todd ShortFix copyrights
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2022-02-03 Phus Luadd SSL_get0_iana_groups() & SSL_client_hello_get_exten...
2022-01-26 Richard LevitteAdd support for signed BIGNUMs in the OSSL_PARAM_BLD API
2022-01-25 XiaokangQianOptimize AES-GCM for uarchs with unroll and new instruc...
2022-01-24 Danny TsenAES-GCM performance optimzation with stitched method...
2022-01-23 Pauliself_test.h: fix the C++ wrapping
2022-01-21 yangyangtiantianlo... Fix the same BIO_FLAGS macro definition
2022-01-20 Richard LevitteAdd signed bn2bin and bin2bn functions
2022-01-19 PauliAdd context dup functions for digests and ciphers
2022-01-18 Daniel HuSM4 optimization for ARM by HW instruction
2022-01-14 Shreenidhi ShediAdd a comment to indicate ineffective macro
2022-01-13 Paulitsan: make detecting the need for locking when using...
2022-01-12 Paulierr: add additional errors
2022-01-07 Dr. David von Oheimbv2i_AUTHORITY_KEYID(): Improve error reporting on parsi...
2022-01-07 Dr. David von Oheimbasn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid...
2022-01-06 Bernd EdlingerFix copyright year issues
2022-01-05 Dimitris ApostolouFix typos
2022-01-03 Dr. David von OheimbUpdate troublesome copyright years of auto-generated...
2022-01-03 Dr. David von Oheimbec.h: Explain use of strstr() for EVP_EC_gen() and...
2021-12-30 Dr. David von OheimbOSSL_CMP_CTX: rename get/set function for trustedStore
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-19 Carlo Teubnercrypto/dsa.h: fix include guard name
2021-12-10 Richard LevitteMake OSSL_provider_init() OPENSSL_EXPORT, not just...
2021-12-10 Sam Eatonchanges opensssl typos to openssl
2021-12-09 Dr. David von OheimbOSSL_HTTP_get(): Fix timeout handling on redirection
2021-12-06 Tomas MrazFix pvk encoder to properly query for the passphrase
2021-11-26 Bernd EdlingerEnable brainpool curves for TLS1.3
2021-11-24 Richard LevitteHave OSSL_PARAM_allocate_from_text() raise error on...
2021-11-24 Patrick UiterwijkSupport different R_BITS lengths for KBKDF
2021-11-17 Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17 Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-12 Matt CaswellStop receiving child callbacks in a child libctx when...
2021-11-12 Matt CaswellDon't attempt to deactive child providers if we don...
2021-11-12 Pauliheader: add integer overflow helper functions
2021-11-11 Job SnijdersAdd OID for RPKI id-ct-ASPA
2021-11-09 Pauliprov: remove unused field `flag_fallback` and function...
2021-11-04 Tom CosgroveFix builds on Armv8 systems without AArch64
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-27 Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-27 Richard LevitteEVP: Reverse the fetch logic in all pkey using function...
2021-10-27 Richard LevitteCORE: add a provider argument to ossl_method_construct()
2021-10-09 Matt CaswellIncrease the default security level to 2
2021-10-05 Tianjia Zhangobj: Add SM4 GCM/CCM OID
2021-09-25 Paulitsan: add an addition macro
next