Implement riscv_vlen_asm for riscv32
[openssl.git] / providers / common / include /
2023-09-07 Matt CaswellCopyright year updates
2023-03-28 PauliDeclare FIPS option functions in their own header
2023-03-07 slontisAdd option to FIPS module to enforce EMS check during...
2022-11-25 Stephen FarrellImplements Hybrid Public Key Encryption (HPKE) as per...
2022-05-03 Matt CaswellUpdate copyright year
2022-02-01 Pauliprov: add a safe memdup function for context cloning
2021-07-29 Matt CaswellUpdate copyright year
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-17 Matt CaswellUpdate copyright year
2021-06-01 Shane LontisMove provider der_XXX.h.in files to the include directory.
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-20 Richard LevitteVMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more...
2021-05-12 Tomas MrazAllow arbitrary digests with ECDSA and DSA
2021-04-16 Matt CaswellStore some FIPS global variables in the FIPS_GLOBAL...
2021-04-08 Matt CaswellUpdate copyright year
2021-04-06 Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-03-18 Shane LontisAdd ossl_provider symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-11 Matt CaswellUpdate copyright year
2021-03-10 PauliAdd a real type for OSSL_CORE_BIO which is distinct...
2021-02-18 Shane LontisFix external symbols related to provider related securi...
2021-02-11 Tomas MrazRename internal providercommonerr.h to less mouthful...
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-05 Richard LevitteERR: Rebuild all generated error headers and source...
2020-12-09 PauliFix error clash in build
2020-12-09 Paulirand: add a provider side seed source.
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-19 Pauliprov: move the entropy source out of the FIPS provider
2020-11-19 Paulirand: move the entropy source out of the FIPS provider
2020-11-18 Richard LevitteDeprecate RSA harder
2020-10-22 Shane LontisRemove ossl_prov_util_nid_to_name()
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-06 Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-01 Pauliprov: prefix all exposed 'cipher' symbols with ossl_
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-25 Matt CaswellMove SM2 asymmetric encryption to be available in the...
2020-09-18 Shane LontisAdd 'fips-securitychecks' option and plumb this into...
2020-09-18 Shane LontisSeparate fips and non fips code for key operations
2020-09-18 Shane LontisAdd fips checks for ecdsa signatures
2020-09-18 Shane LontisAdd fips checks for rsa signatures.
2020-09-12 Shane Lontiskeygen: add FIPS error state management to conditional...
2020-09-12 PauliFIPS: error mode is set from failed self tests and...
2020-09-12 Pauliprovider: add an 'is_running' call to all providers.
2020-09-09 Richard LevitteENCODER: Refactor provider implementations, and some...
2020-09-03 Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
2020-08-29 Matt CaswellImprove code reuse in the provider MAC bridge
2020-08-20 Richard LevittePROV: Fix DSA and DH private key serializers
2020-08-14 PauliMove PKCS#12 KDF to provider.
2020-07-27 Richard LevittePROV: Add a DER to RSA-PSS deserializer implementation
2020-07-24 Richard LevitteCORE: Add upcalls for BIO_gets() and BIO_puts()
2020-07-21 Shane LontisAdd ERR_raise() errors to fips OSSL_provider_init and...
2020-07-06 Nicola Tuveri[EC][ASN1] Detect missing OID when serializing EC param...
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-24 Paulirand: core APIs for provider friendly random.
2020-06-19 Matt CaswellAdd the concept of "Capabilities" to the default and...
2020-06-04 Matt CaswellUpdate copyright year
2020-05-16 Matt CaswellMaintain strict type discipline between the core and...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-14 Richard LevittePROV & SIGNATURE: Adapt the RSA signature code for...
2020-05-13 Richard LevittePROV: Add a proper provider context structure for OpenS...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-15 Richard LevittePROV: Implement EC param / key generation
2020-03-09 Matt CaswellImplement provider support for Ed25519 annd Ed448
2020-02-22 Richard LevittePROV: add RSA signature implementation
2020-02-11 Matt CaswellAdd X25519/X448 Key Exchange to the default provider
2020-02-04 Richard LevittePROV: Implement padding mode words in the RSA ASYM_CIPH...
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2019-12-11 Richard LevitteMove providers/common/{ciphers,digests}/* to providers...
2019-12-05 Matt CaswellTeach the RSA implementation about TLS RSA Key Transport
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing DH keys and...
2019-11-29 Richard LevittePROV SERIALIZER: add common functionality to serialize...
2019-11-29 Richard LevittePROV BIO: add a BIO_vprintf() upcall, and a provider...
2019-11-22 PauliPROV: check for memory allocation failure in digest...
2019-11-19 Matt CaswellEVP_CIPHER_CTX_set_keylen should not succeed if a bad...
2019-11-18 Shane LontisFix Use after free when copying cipher ctx
2019-11-14 Matt CaswellImplement provider support for Asym Ciphers
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-10-23 Simo SorceAdd KRB5KDF from RFC 3961
2019-10-17 Robbie Harwood[KDF] Add feedback-mode and CMAC support to KBKDF
2019-10-11 Richard LevitteRemove EVP_CIPH_FLAG_CUSTOM_CIPHER in all our providers
2019-10-10 Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-10-10 Richard LevitteCleanup: move providers/common/include/internal/provide...
2019-10-10 Richard LevitteProviders: move all ciphers
2019-10-10 Richard LevitteProviders: move all digests
2019-10-08 Shane LontisAdd rc2 ciphers to default provider
2019-10-07 Shane LontisMove cipher ctx 'original iv' parameter into the provider
2019-10-03 Shane LontisAdd rc5 ciphers to default provider
2019-10-01 Richard LevitteRemove EVP_CIPH_FLAG_DEFAULT_ASN1 from all provided...
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-27 Robbie Harwood[KDF] Add KBKDF implementation for counter-mode HMAC
2019-09-25 Shane LontisAdd rc4 cipher to default provider
2019-09-23 Shane LontisAdd des ciphers to default provider
2019-09-20 Richard LevitteRemove name string from PROV_CIPHER and PROV_DIGEST
2019-09-20 Richard LevitteRefactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provide...
2019-09-20 Shane LontisAdd aes_wrap cipher to providers
next