RSA: properly generate algorithm identifier for RSA-PSS signatures
[openssl.git] / crypto / encode_decode /
2021-01-28 Richard LevitteUpdate copyright year
2021-01-12 Richard LevitteUse centralized fetching errors
2020-12-17 Richard LevitteDECODER EVP_PKEY: Don't store all the EVP_KEYMGMTs
2020-12-02 Richard LevitteENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_E...
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-24 Petr GotthardFix double-free in decoder_pkey.c
2020-11-11 Richard LevitteENCODER: Add tracing
2020-11-11 Richard LevitteENCODER: Add output structure support for EVP_PKEY...
2020-11-11 Richard LevitteENCODER: Add support for OSSL_FUNC_encoder_does_selection()
2020-11-11 Richard LevitteENCODER: Add support for specifying the outermost outpu...
2020-11-11 Richard LevitteDECODER: Add tracing
2020-11-11 Richard LevitteDECODER: Add input structure support for EVP_PKEY decoding
2020-11-11 Richard LevitteDECODER: Add support for OSSL_FUNC_decoder_does_selection()
2020-11-11 Richard LevitteDECODER: Add support for specifying the outermost input...
2020-10-17 Richard LevitteENCODER & DECODER: set params on all encoder/decoder...
2020-10-15 Matt CaswellUpdate copyright year
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-10 Richard LevitteENCODER / DECODER: Add functions to encode/decode to...
2020-10-08 Matt CaswellFix the decoder start type handling
2020-10-04 Richard LevitteDECODER: Allow precise result type for OSSL_DECODER_CTX...
2020-10-04 Richard LevitteDECODER: Handle abstract object data type
2020-09-30 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-20 Richard LevitteDECODER: Some cleanups, and aligning with OSSL_ENCODER
2020-09-20 Richard LevitteENCODER: Refactor the OSSL_ENCODER API to be more like...
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-12 Richard LevitteOSSL_DECODER 'decode' function must never be NULL.
2020-09-09 Richard LevitteENCODER: Refactor provider implementations, and some...
2020-09-03 Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
2020-09-03 Richard LevitteOSSL_ENCODER / OSSL_DECODER post-rename cleanup
2020-08-24 Richard LevitteDECODER: Add function to set an OSSL_PASSPHRASE_CALLBAC...
2020-08-24 Richard LevitteCORE: Generalise internal pass phrase prompter
2020-08-24 Richard LevitteCORE: Define provider-native abstract objects
2020-08-24 Shane LontisFix coverity CID #1465525 - NULL pointer dereference...
2020-08-24 Shane LontisFix coverity CID #1465797 - Negative loop bound in...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...