]> git.ipfire.org Git - thirdparty/openssl.git/history - providers
Prepare for 3.0 beta 2
[thirdparty/openssl.git] / providers /
2021-06-17  Matt Caswellmake update
2021-06-17  Matt CaswellUpdate copyright year
2021-06-17  Shane LontisAdd self test for ECDSA using curve with a binary field
2021-06-16  Pauliprov: tag SM2 encoders and decoders as non-FIPS
2021-06-16  Dmitry BelyavskiyCorrect processing of AES-SHA stitched ciphers
2021-06-14  Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
2021-06-13  Tomas MrazAvoid duplicating prov_running.o in libdefault and...
2021-06-10  Tomas Mrazstore: Avoid spurious error from decoding at EOF
2021-06-09  Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-08  Tomas MrazEVP_PKEY_new_raw_private_key: Allow zero length keys
2021-06-08  Larkin NickleFix compilation on systems with empty _POSIX_TIMERS
2021-06-08  Shane LontisFix AIX FIPS DEP.
2021-06-08  Shane LontisAdd a gettable for provider ciphers to return the EVP_C...
2021-06-08  Shane LontisDocument missing EC/SM2 params
2021-06-08  Juergen ChristFix CipherInit on s390x.
2021-06-05  Richard LevittePROV: drop get_params() and gettable_params() from...
2021-06-05  Richard LevitteENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
2021-06-05  Richard LevittePROV: drop get_params() and gettable_params() from...
2021-06-05  Richard Levittemake update-fips-checksums
2021-06-04  Tomas MrazUpdate fips checksums to drop the ssl headers
2021-06-04  Tomas MrazMove libssl related defines used by fips provider to...
2021-06-03  Shane LontisFix errors found by parfait static analyser.
2021-06-03  Pauliupdate checksums
2021-06-02  Tomas Mrazed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZE
2021-06-02  Pauliproviders: remove TODOs
2021-06-02  Richard Levitteproviders/common/der/build.info: make a variable for...
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  Jon SpillettFix up encoder/decoder issues caused by not passing...
2021-06-01  Jon SpillettEnhance the encoder/decoder tests to allow testing...
2021-06-01  Shane LontisMove provider der_XXX.h.in files to the include directory.
2021-06-01  Shane LontisFix param indentation in ciphercommon_hw.c
2021-06-01  Shane LontisFix aes cfb1 so that it can operate in bit mode.
2021-05-31  Richard LevitteAdd .asn1 dependencies for files generated from provide...
2021-05-30  Richard LevitteAdd the usual autowarn perl snippet in providers/common...
2021-05-30  Matt CaswellTeach EVP_PKEYs to say whether they were decoded from...
2021-05-29  Paulifips: set the library context and handle later
2021-05-29  Richard Levittemake update-fips-checksums
2021-05-29  Pauliprov: add zero strenght arguments to BN and RAND RNG...
2021-05-29  Amitay Isaacsec: Add PPC64 vector assembly version of p521 field...
2021-05-28  Shane LontisFix incorrect gettable OSSL_CIPHER_PARAM_TLS_MAC parameter
2021-05-28  Shane LontisFix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_params
2021-05-26  Rich SalzUse "" for include crypto/xxx
2021-05-26  Rich SalzUse "" for include internal/xxx
2021-05-26  Rich SalzUse <> for #include openssl/xxx
2021-05-26  Pauliaes: rename new bsaes_ symbols -> ossl_bsaes_ ones
2021-05-26  Richard LevitteRework how providers/fipsmodule.cnf is produced
2021-05-26  Paulierr: rename err_load_xxx_strings_int functions
2021-05-25  Pauliregenerate FIPS checksums
2021-05-25  Paulimac: add a getter for the MAC block size.
2021-05-25  Shane LontisAdd fipsinstall option to run self test KATS on module...
2021-05-24  Jon SpillettAdded PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithm...
2021-05-24  Jon SpillettAdd PBKDF1 to the legacy provider
2021-05-23  Paulifips: default to running self tests when starting the...
2021-05-21  Richard LevittePROV: Relegate most of the FIPS provider code to libfips.a
2021-05-20  Richard LevitteVMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more...
2021-05-20  Matt Caswellmake update
2021-05-20  Matt CaswellUpdate copyright year
2021-05-19  Richard LevitteMake sure to include "crypto/ctype.h" to get ossl_isdigit()
2021-05-18  Paulikeymgmt: fix coverity 1484886 unchecked return value
2021-05-13  Tomas MrazImplement pem_read_key directly through OSSL_DECODER
2021-05-13  Dr. David von OheimbMakefile: Make sure providers/fipsmodule.cnf is re...
2021-05-13  Tomas Mrazfipsprov: Missing teardown on fips_get_params_from_core...
2021-05-12  Shane LontisExport/import flags for FFC params changed to seperate...
2021-05-12  Tomas MrazA few cleanups of the provider build.infos
2021-05-12  Tomas MrazAllow arbitrary digests with ECDSA and DSA
2021-05-12  PauliChecksum update
2021-05-12  PauliChecksum update
2021-05-11  Matt CaswellUpdate FIPS checksums
2021-05-11  Matt CaswellModify the legacy provider to use OSSL_LIB_CTX_new_child()
2021-05-11  Matt CaswellAdd the ability for ex_data to have a priority
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-10  Paulichecksum fix
2021-05-09  Daniel BeveniusMark pop/clear error stack in der2key_decode_p8
2021-05-09  Nicola TuveriFIPS checksums update
2021-05-08  Dr. David von OheimbCrypto: Add deprecation compatibility declarations...
2021-05-08  Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-05-08  Shane LontisRemove unused code from the fips module
2021-05-08  Martin Schwenkebn: Add fixed length (n=6), unrolled PPC Montgomery...
2021-05-07  PauliFIPS checksum update
2021-05-07  Jon SpillettFixes #14662. Return all EC parameters even for named...
2021-05-07  Jon SpillettFixes #15070. Allow custom algorithm ID ASN.1 encoding...
2021-05-07  Richard Levittemake update
2021-05-07  Richard LevitteDrop libimplementations.a
2021-05-07  Richard LevitteRename files in providers/implementations/signatures
2021-05-06  Daniel BeveniusClarify two comments (typos) in fipsprov.c
2021-05-06  Matt CaswellUpdate the FIPS checksums
2021-05-06  Tomas MrazMake the -inform option to be respected if possible
2021-05-05  Shane LontisFix KMAC bounds checks.
2021-05-04  Tomas Mrazfips-checksums: The define for fips module is FIPS_MODULE
2021-05-04  Richard LevitteFIPS module checksums: add scripts and Makefile rule
2021-05-04  Richard LevitteUnix build file: Add a target to create providers/fips...
2021-04-30  Tomas Mrazsm2: Cleanup handling of DIGEST and DIGEST_SIZE parameters
2021-04-30  Richard LevitteSTORE: Use the 'expect' param to limit the amount of...
2021-04-29  Paulitest: never run fipsinstall if the tests are not enabled.
2021-04-26  Shane LontisFixes related to separation of DH and DHX types
2021-04-23  Richard LevitteSTORE: Simplify error filtering in der2obj_decode()
2021-04-22  Matt CaswellUpdate copyright year
2021-04-21  Richard LevitteAdapt our decoder implementations to the new way to...
next