ci: get rid of no-asm flag to m68k cross compiles
[openssl.git] / providers / implementations / encode_decode /
2021-06-29 Richard LevitteDECODER & ENCODER: Make sure to pass around the origina...
2021-06-29 Richard LevittePROV: Have our PEM->DER decoder only recognise our...
2021-06-24 Tomas Mrazepki2pki_decode: passphrase callback failure is fatal...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-14 Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
2021-06-09 Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
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-02 Pauliproviders: remove TODOs
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-05-12 Tomas MrazA few cleanups of the provider build.infos
2021-05-09 Daniel BeveniusMark pop/clear error stack in der2key_decode_p8
2021-05-07 Richard LevitteDrop libimplementations.a
2021-04-21 Richard LevitteAdapt our decoder implementations to the new way to...
2021-04-08 Matt CaswellUpdate copyright year
2021-04-01 Tomas MrazAdd "save-parameters" encoder parameter
2021-03-26 Richard LevitteRSA-PSS: When printing parameters, always print the...
2021-03-19 Richard LevittePROV: Add type specific MSBLOB and PVK decoding for...
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-19 Richard LevittePROV: Add type specific SubjectPublicKeyInfo decoding...
2021-03-19 Richard LevittePROV: Refactor DER->key decoder
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-11 Matt CaswellUpdate copyright year
2021-03-04 Dr. David von OheimbOSSL_STORE: restore diagnostics on decrypt error; provi...
2021-03-03 Tomas MrazRemove todos in decode_der2key.c and decode_ms2key.c
2021-02-27 Richard LevittePROV: Implement an EC key -> blob encoder, to get the...
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2021-02-26 Shane LontisFix external symbols related to dsa keys
2021-02-26 Shane LontisFix external symbols related to dh keys
2021-02-24 Richard LevitteX509: Refactor X509_PUBKEY processing to include provid...
2021-02-19 Shane LontisFix d2i_AutoPrivateKey_ex so that is uses the new decod...
2021-02-18 Matt CaswellPass the object type and data structure from the pem2de...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-11 Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-01 Richard LevittePROV: Add SM2 encoders and decoders, as well as support...
2020-12-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-12-16 Richard LevitteAdd necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA...
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-12-15 Richard LevittePROV: Add MSBLOB and PVK encoders
2020-12-13 Richard LevitteRemove unnecessary guards around MSBLOB and PVK readers...
2020-12-07 Shane LontisDeprecate EC_POINT_bn2point and EC_POINT_point2bn.
2020-12-04 Dr. David von Oheimbencode_key2text.c: Fix build error on OPENSSL_NO_{DH...
2020-12-04 Dr. David von Oheimbencode_key2any.c: Fix build error on OPENSSL_NO_DH...
2020-11-11 Richard LevittePROV: Re-implement all the keypair encoders
2020-11-11 Richard LevittePROV: Re-implement all the keypair decoders
2020-10-21 Richard LevitteUnexport internal MSBLOB and PVK functions
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-08 Matt CaswellFix encoding of DHX parameters files
2020-10-06 Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-05 Pauliffc: add _ossl to exported but internal functions
2020-10-04 Richard LevitteDECODER: Handle abstract object data type
2020-10-01 Paulider: _ossl prefix DER functions
2020-09-30 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-25 Richard LevitteHide ECX_KEY again
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-23 Shane LontisFix CID 1466713 : Dead code in encode_key2text.c
2020-09-20 Richard LevitteENCODER: Refactor our provider encoder implementations
2020-09-09 Richard LevitteENCODER: Refactor provider implementations, and some...
2020-09-05 Shane LontisFix coverity CID #1466375 - Remove dead code.
2020-09-03 Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-08-31 Jon SpillettAdd the correct enum value for DSA public key serialization
2020-08-30 Shane LontisFix ECX serializer import calls to use correct selectio...
2020-08-30 Shane LontisFix RSA serializer import calls to use correct selectio...
2020-08-30 Shane LontisFix DSA serializer import calls to use correct selectio...
2020-08-30 Shane LontisFix DH serializer import calls to use correct selection...
2020-08-24 Richard LevitteCORE: Generalise internal pass phrase prompter
2020-08-24 Richard LevitteCORE: Define provider-native abstract objects
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...