Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fix
[openssl.git] / providers / implementations /
2021-12-13 Richard LevitteAdapt our OSSL_FUNC_keymgmt_match() implementations...
2021-12-08 Gerd Hoffmannrename MIN() macro
2021-12-06 Tomas Mrazkey_to_type_specific_pem_bio_cb: Use passphrase callbac...
2021-12-06 Tomas MrazPVK decoder: prompt for PVK passphrase and not PEM
2021-12-06 Tomas MrazFix pvk encoder to properly query for the passphrase
2021-12-01 Tomas Mrazpvkkdf: Always reset buflen after clearing the buffer
2021-11-30 Tomas Mrazvarious kdfs: Always reset buflen after clearing the...
2021-11-24 Patrick UiterwijkSupport different R_BITS lengths for KBKDF
2021-11-23 Tomas Mrazrsa_signverify_init: Set the PARAMS after key is set
2021-11-22 PW HuFix the return check of OBJ_obj2txt
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-15 Tomas MrazAdd null digest implementation to the default provider
2021-11-12 Tomas Mrazproviders: Allow possible reinitialization in all signa...
2021-11-12 Tomas Mrazdo_sigver_init: Allow reinitialization of an existing...
2021-11-09 Richard LevitteFix DER encoder implementations for output structures...
2021-11-07 PauliAddress Coverity 1493362 resource leak
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-26 Matt CaswellDon't crash encoding a public key with no public key...
2021-10-26 Paulitest-rand: return failure on not enough data, allow...
2021-10-22 Matt CaswellFix SSKDF to not claim a buffer size that is too small...
2021-10-15 Tomas MrazRaise error when invalid digest used with SM2
2021-09-28 Tianjia Zhangproviders: Add SM4 GCM implementation
2021-09-28 Paulikdf: Add PVK KDF to providers.
2021-09-23 Ulrich MüllerAdd default provider support for Keccak 224, 256, 384...
2021-09-22 Paulirand: don't free an mis-set pointer on error
2021-09-21 Dmitry BelyavskiyAvoid double-free on unsuccessful getting PRNG seeding
2021-09-07 Richard LevitteUpdate copyright year
2021-09-05 Richard LevitteENCODER PROV: Add encoders with EncryptedPrivateKeyInfo...
2021-09-05 Richard LevitteOSSL_STORE 'file:' scheme: Set input structure for...
2021-09-05 Richard LevittePEM to DER decoder: Specify object type and data struct...
2021-09-03 slontisFix dh dupctx refcount error
2021-09-03 Richard LevitteVMS: Compensate for x86_64 cross compiler type incompat...
2021-08-27 David CarlierDarwin platform allows to build on releases before...
2021-08-25 Pauliaes-wrap: improve error handling
2021-08-24 Matt CaswellCorrectly calculate the length of SM2 plaintext given...
2021-08-18 Paulipkcs12: check for zero length digest to avoid division...
2021-08-17 Shane LontisFix CTS cipher decrypt so that the updated IV is return...
2021-08-17 Shane LontisChange CTS CS3 (Kerberos) so that it accepts a 16 byte...
2021-08-17 Shane LontisAdd support for camellia cbc cts mode
2021-08-17 Shane LontisRefactor cipher aes_cts code so that it can be used...
2021-08-11 David BohmanMacOS: Add an include of <CommonCrypto/CommonCryptoError.h>
2021-08-05 Kelvin LeeFix VS2019 compile error C4703: potentially uninitializ...
2021-08-05 Paulitls/prov: move the TLS 1.3 KDF code to providers
2021-07-29 Matt CaswellUpdate copyright year
2021-07-20 Paulidrbg: allow the ctr derivation function to be disabled...
2021-07-16 Tomas MrazAllow RSA signature operations with RSA_NO_PADDING
2021-07-16 Tomas MrazSignature algos: allow having identical digest in params
2021-07-14 PauliRemove lower limit on GCM mode ciphers
2021-07-06 Shane LontisAdd HKDF negative tests
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-07-05 Pauliprovider: use #define for PBKDF1 algorithm name
2021-07-03 Richard LevittePROV & STORE: Make the 'file:' store loader understand...
2021-07-03 Richard LevittePROV & STORE: Don't decode keys in the 'file:' store...
2021-06-29 Richard LevitteDECODER & ENCODER: Make sure to pass around the origina...
2021-06-29 David CARLIERdarwin platform replacing getentropy usage by platform...
2021-06-29 Richard LevittePROV: Have our PEM->DER decoder only recognise our...
2021-06-25 Dr. David von OheimbFix file_name_check() in storemgmt/file_store.c and...
2021-06-24 Tomas Mrazepki2pki_decode: passphrase callback failure is fatal...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-16 Dmitry BelyavskiyCorrect processing of AES-SHA stitched ciphers
2021-06-14 Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
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 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-04 Tomas MrazMove libssl related defines used by fips provider to...
2021-06-03 Shane LontisFix errors found by parfait static analyser.
2021-06-02 Tomas Mrazed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZE
2021-06-02 Pauliproviders: 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 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 LontisFix param indentation in ciphercommon_hw.c
2021-06-01 Shane LontisFix aes cfb1 so that it can operate in bit mode.
2021-05-30 Matt CaswellTeach EVP_PKEYs to say whether they were decoded from...
2021-05-29 Pauliprov: add zero strenght arguments to BN and RAND RNG...
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 openssl/xxx
2021-05-26 Pauliaes: rename new bsaes_ symbols -> ossl_bsaes_ ones
2021-05-25 Paulimac: add a getter for the MAC block size.
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-20 Richard LevitteVMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more...
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-12 Tomas MrazA few cleanups of the provider build.infos
2021-05-12 Tomas MrazAllow arbitrary digests with ECDSA and DSA
next