check-format.pl: improve preprocessor directive handling; re-order state variables
[openssl.git] / include /
2023-03-14 Matt CaswellUpdate copyright year
2023-03-07 slontisAdd option to FIPS module to enforce EMS check during...
2023-02-28 slontisFix potential infinite loops in ECDSA signing.
2023-02-28 slontisFix infinite loops in DSA sign code.
2023-02-28 J.W. JagersmaDisable atomic refcounts with no-threads
2023-02-08 Tom CosgroveFix the return values of the aarch64 unroll8_eor_aes_gc...
2023-02-08 Tomas MrazInternaly declare the DSA type for no-deprecated builds
2023-02-07 Hugo LandauCVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address...
2023-02-07 Tomas MrazDo not create DSA keys without parameters by decoder
2023-02-07 slontisFix NULL deference when validating FFC public key.
2023-02-07 Dmitry BelyavskiyFix Timing Oracle in RSA decryption
2022-12-22 Tomas MrazAvoid ifdefs in trace categories
2022-12-22 Matt CaswellEnsure ossl_cms_EncryptedContent_init_bio() reports...
2022-12-21 Tomas MrazUpdate copyright year
2022-12-14 Tomas MrazDo not build P10-specific AES-GCM assembler on AIX
2022-12-12 Tomas MrazMake error reason for disallowed legacy sigalg more...
2022-12-12 Dr. David von OheimbOSSL_CMP_validate_msg(): make sure to reject protection...
2022-12-09 Clemens Langsignature: Clamp PSS salt len to MD len
2022-12-01 Tomas MrazUpdate copyright year
2022-11-25 Dr. David von Oheimbadd missing OSSL_CMP_CTX_reset_geninfo_ITAVs() function
2022-11-24 Dr. David von OheimbCMP: fix status held in OSSL_CMP_CTX, in particular...
2022-11-23 Dr. David von Oheimbhttp_client.c: Dump response on error when tracing...
2022-11-23 zhuchenAdd vpaes-loongarch64.pl module.
2022-11-23 FdaSilvaYYapps & al : Fix various typos, repeated words, align...
2022-11-23 Tomas MrazFix AES-GCM on Power 8 CPUs
2022-11-23 David CarlierOSSL_CRYPTO_ALLOC attribute introduction proposal.
2022-11-23 Todd ShortCleanup EBCDIC string defintions
2022-11-23 Hongren (Zenithal... aes_platform: add riscv32 zkn asm support
2022-11-23 Todd ShortUse separate function to get GCM functions
2022-11-23 Todd ShortRemove unused 1bit GCM implementation
2022-11-23 Todd ShortRemove unused 8bit GCM implementation
2022-11-23 marcfedorowEmit rev8 on __riscv_zbkb as on __riscv_zbb
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-23 slontisImprove FIPS RSA keygen performance.
2022-11-22 Tomas MrazRelease the drbg in the global default context before...
2022-11-21 slontisImprove FIPS RSA keygen performance.
2022-11-21 Max BachmannAdd config option OPENSSL_NO_UNIX_SOCK
2022-11-21 Hongren (Zenithal... Add ROTATE inline asm support for SM3
2022-11-21 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-11-21 Hongren (Zenithal... aes_platform: add riscv64 zkn asm support
2022-11-21 Hongren (Zenithal... Add riscv scalar crypto extension capability
2022-11-21 Samuel LeeMove types.h #undefs for wincrypt.h compatibility
2022-11-21 Tomas MrazDrop ossl_namemap_add_name_n() and simplify ossl_namema...
2022-11-21 Henry BrausenAdd BSWAP4/BSWAP8 routines for riscv64 with Zbb
2022-11-21 Henry BrausenAdd basic RISC-V cpuid and OPENSSL_riscvcap
2022-11-21 Randall S. BeckerPrepare NonStop for fixed-size integer types.
2022-11-21 Nathan SidwellHeader file cleanup for C++20 header-units
2022-11-21 PauliRemove the _fetch_by_number functions
2022-11-21 Tomas Mrazevp_md_init_internal: Avoid reallocating algctx if...
2022-11-21 Daniel HuSM4 optimization for ARM by ASIMD
2022-11-21 Hugo LandauRemove unused libctx functions (runonce, onfree)
2022-11-21 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-11-16 Richard LevitteEnsure that SIZE_MAX is defined where OSSL_SSIZE_MAX...
2022-11-15 Simo SorcePropagate selection all the way on key export
2022-11-11 Deepankar Bhattach... chacha20 performance optimizations for ppc64le with...
2022-11-11 Andrey MatyukovAES-GCM enabled with AVX512 vAES and vPCLMULQDQ.
2022-11-11 Danny TsenFixed counter overflow
2022-11-11 Richard LevitteMove e_os.h to include/internal
2022-11-11 Patrick UiterwijkSupport different R_BITS lengths for KBKDF
2022-11-11 XiaokangQianOptimize AES-GCM for uarchs with unroll and new instruc...
2022-11-11 Danny TsenAES-GCM performance optimzation with stitched method...
2022-11-10 Paulifuzz: add punycode decoder fuzz test
2022-11-10 Paulipunycode: update to use WPACKET instead of using custom...
2022-11-09 PauliAdd context dup functions for digests and ciphers
2022-11-09 Daniel HuSM4 optimization for ARM by HW instruction
2022-11-09 Paulierr: add additional errors
2022-11-09 Dimitris ApostolouFix typos
2022-11-09 Pauliprov: remove unused field `flag_fallback` and function...
2022-11-09 Paulitsan: add an addition macro
2022-11-01 PauliUpdate FIPS KATs for 140-3
2022-11-01 Paulirand: add set0 calls for the private and public DRBGs
2022-10-25 Tomas MrazAdd missing ERR_R_XXX_LIB codes
2022-10-11 Matt CaswellUpdate copyright year
2022-10-04 Daniel FialaDisable printf format checking on MinGW
2022-09-29 J.W. Jagersmadjgpp: Define WATT32_NO_OLDIES before including socket...
2022-08-22 PauliCoverity 1508506: misuse of time_t
2022-08-19 PauliLimit the size of various MAXCHUNK definitions
2022-07-20 Richard Levitte"Reserve" the method store when constructing methods
2022-07-19 Tomas MrazFor known safe primes use the minimum key length accord...
2022-07-13 Richard LevittePre-declare all core dispatch table functions, and...
2022-07-05 Richard LevitteUpdate copyright year
2022-06-28 Tomas Mrazstore_result: Add fallback for fetching the keymgmt...
2022-06-27 Daniel Fialader_writer: Use uint32_t instead of long.
2022-06-21 Matt CaswellUpdate copyright year
2022-06-16 Michael BaentschFix for OSSL_PARAM sample code referencing OSSL_PARAM_U...
2022-06-13 slontisRSA keygen update: Raise an error if no prime candidate...
2022-05-22 Paulistrcasecmp: implement strcasecmp and strncasecmp
2022-05-22 Paulitolower: refine the tolower code to avoid a memory...
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 MrazAvoid code duplication for locale initialization
2022-05-13 Tomas MrazMove OPENSSL_strcasecmp() and related to o_str.c
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-03 Matt CaswellUpdate copyright year
2022-04-27 Hugo LandauAdd SSL_(CTX_)?get0_(verify|chain)_cert_store functions
2022-04-21 Dmitry BelyavskiyPublic API functions OPENSSL_str[n]casecmp
next