Resove some outstanding TODOs
[openssl.git] / include / crypto /
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-13 Tomas MrazFix AES-GCM on Power 8 CPUs
2022-09-05 Hongren (Zenithal... aes_platform: add riscv32 zkn asm support
2022-09-01 Hugo LandauBIO_dgram support for BIO_sendmmsg/BIO_recvmmsg
2022-08-24 Dr. David von OheimbX509: clean up doc and implementation of X509{,_REQ...
2022-08-24 Dr. David von Oheimbx509_att.c: improve error checking and reporting and...
2022-08-19 PauliLimit the size of various MAXCHUNK definitions
2022-07-29 Todd ShortImplement AES-GCM-SIV (RFC8452)
2022-07-22 Todd ShortUse separate function to get GCM functions
2022-07-22 Todd ShortRemove unused 1bit GCM implementation
2022-07-22 Todd ShortRemove unused 8bit GCM implementation
2022-07-21 marcfedorowEmit rev8 on __riscv_zbkb as on __riscv_zbb
2022-07-19 Dr. David von Oheimblibcrypto and test: rename asn1_string_to_time_t to...
2022-07-19 Dr. David von Oheimblibcrypto refactoring: introduce and use ossl_asn1_stri...
2022-07-13 Richard LevittePre-declare all core dispatch table functions, and...
2022-06-28 Tomas Mrazstore_result: Add fallback for fetching the keymgmt...
2022-06-22 Hongren (Zenithal... Add ROTATE inline asm support for SM3
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-05-22 Paulitolower: refine the tolower code to avoid a memory...
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-13 Tomas MrazMove OPENSSL_strcasecmp() and related to o_str.c
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-03 Matt CaswellUpdate copyright year
2022-05-02 Tomas Mrazevp_md_init_internal: Avoid reallocating algctx if...
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-02 Viktor SöderqvistCMS sign digest
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-03-13 Hugo LandauEVP_MD performance fix (refcount cache contention)
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-07 Danny TsenFixed counter overflow
2022-02-03 Todd ShortFix copyrights
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
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-18 Daniel HuSM4 optimization for ARM by HW instruction
2022-01-12 Paulierr: add additional errors
2022-01-07 Dr. David von Oheimbasn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid...
2021-12-19 Carlo Teubnercrypto/dsa.h: fix include guard name
2021-11-04 Tom CosgroveFix builds on Armv8 systems without AArch64
2021-10-27 Richard LevitteEVP: Reverse the fetch logic in all pkey using function...
2021-09-14 lprimakMacOS prior to 10.12 does not support random API correctly
2021-08-27 David CarlierDarwin platform allows to build on releases before...
2021-08-25 Paulicpp: fix included files to avoid failure in no-deprecat...
2021-08-24 Matt CaswellCorrectly calculate the length of SM2 plaintext given...
2021-08-24 Matt CaswellFix i2v_GENERAL_NAME to not assume NUL terminated strings
2021-08-11 Tomas Mrazaes_v8_xts_encrypt is present only on 64bit arm builds
2021-07-29 Matt CaswellUpdate copyright year
2021-07-28 Matt CaswellDon't try and load the config file while already loadin...
2021-07-22 Matt CaswellFix custom EVP_PKEY_METHOD implementations where no...
2021-07-15 Tomas MrazSplit bignum code out of the sparcv9cap.c
2021-07-08 Randall S. BeckerMade foreign bit field unsigned in evp.h
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-29 Richard LevitteENCODER & DECODER: Make a tighter coupling between...
2021-06-25 Tomas Mrazppccap.c: Split out algorithm-specific functions
2021-06-19 Paulipunycode: fix indentation
2021-06-19 Pauliinclude: replace tabs with spaces in headers
2021-06-17 Matt CaswellUpdate copyright year
2021-06-15 Richard LevitteRefactor OSSL_DECODER_do_all_provided() to behave like...
2021-06-14 Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
2021-06-11 William EdmistenAdd support for ISO 8601 datetime format
2021-06-08 Matt CaswellActually use a legacy route in pem_read_bio_key_legacy()
2021-06-07 Tomas MrazElimination of some sources not needed in the FIPS_MODULE
2021-06-02 PauliAdd internal get_number functions to internal headers
2021-06-02 Pauliadd internal get_number functons to crypto/evp.h
2021-06-02 Pauliasn.1: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Jon SpillettPass library context and property query into private...
2021-06-01 Paulirand: use size_t for size argument to RAND_bytes_ex()
2021-06-01 Paulisparc: fix cross compile build
2021-05-27 Paulierrors: update error message (to be squashed)
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-05-26 Pauliaes: rename new bsaes_ symbols -> ossl_bsaes_ ones
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-24 Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-05-23 Matt CaswellFix a memleak in the FIPS provider
2021-05-20 Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-05-20 Matt CaswellAdd a callback for providers to know about global prope...
2021-05-18 Matt CaswellBetter error messages if there are no encoders/decoders...
2021-05-12 Dr. David von OheimbHTTP client: Minimal changes that include the improved API
2021-05-11 Dr. David von OheimbConstify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set...
2021-05-11 Dr. David von OheimbAdd convenience functions and macros for asymmetric...
2021-05-08 Dr. David von OheimbCrypto: Add deprecation compatibility declarations...
2021-05-05 Rich SalzAllow absolute paths to be set
2021-04-29 Jon SpillettAdd library context and property query support into...
2021-04-28 Dr. David von OheimbCMS ESS: Move four internal aux function to where they...
2021-04-28 Dr. David von OheimbTS ESS: Move four internal aux function to where they...
2021-04-28 Dr. David von OheimbESS: Export three core functions, clean up TS and CMS...
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
next