summaryrefslogtreecommitdiffstats
path: root/providers/implementations/encode_decode/encode_key2text.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid undefined behaviour with the <ctype.h> functions.Taylor R Campbell2024-10-101-1/+2
* Restore the meaning of EVP_PKEY_print_private()Richard Levitte2023-10-041-38/+25
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Fix typos found by codespellDimitri Papadopoulos2023-06-151-1/+1
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-141-1/+3
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-1/+1
* Support decode SM2 parametersK12022-08-231-3/+5
* dh_to_text: Print the dh->length if setTomas Mraz2022-07-181-0/+6
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add the missing check of BN_bn2hex return valueZhou Qingyang2022-01-281-0/+3
* Fix VS2019 compile error C4703: potentially uninitialized local pointer varia...Kelvin Lee2021-08-061-2/+2
* PROV: drop get_params() and gettable_params() from all encoder implementatioRichard Levitte2021-06-051-27/+0
* ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte2021-06-051-10/+2
* RSA-PSS: When printing parameters, always print the trailerfield ASN.1 valueRichard Levitte2021-03-261-7/+0
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-1/+1
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-2/+2
* Fix external symbols related to dsa keysShane Lontis2021-02-261-2/+2
* Fix external symbols related to dh keysShane Lontis2021-02-261-2/+2
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* PROV: Add SM2 encoders and decoders, as well as support functionalityRichard Levitte2021-02-011-0/+7
* EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-12-161-1/+2
* Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis2020-12-071-7/+13
* encode_key2text.c: Fix build error on OPENSSL_NO_{DH,DSA,EC}Dr. David von Oheimb2020-12-041-0/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-12/+14
* ffc: add _ossl to exported but internal functionsPauli2020-10-061-1/+1
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-4/+4
* Fix CID 1466713 : Dead code in encode_key2text.cShane Lontis2020-09-231-16/+13
* ENCODER: Refactor our provider encoder implementationsRichard Levitte2020-09-201-71/+87
* ENCODER: Refactor provider implementations, and some cleanupRichard Levitte2020-09-091-0/+891