index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
encode_decode
/
encode_key2text.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid undefined behaviour with the <ctype.h> functions.
Taylor R Campbell
2024-10-10
1
-1
/
+2
*
Restore the meaning of EVP_PKEY_print_private()
Richard Levitte
2023-10-04
1
-38
/
+25
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-06-15
1
-1
/
+1
*
configure: introduce no-ecx to remove ECX related feature
Yi Li
2023-06-14
1
-1
/
+3
*
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
Irak Rigia
2023-04-21
1
-1
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-1
/
+1
*
Support decode SM2 parameters
K1
2022-08-23
1
-3
/
+5
*
dh_to_text: Print the dh->length if set
Tomas Mraz
2022-07-18
1
-0
/
+6
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Add the missing check of BN_bn2hex return value
Zhou Qingyang
2022-01-28
1
-0
/
+3
*
Fix VS2019 compile error C4703: potentially uninitialized local pointer varia...
Kelvin Lee
2021-08-06
1
-2
/
+2
*
PROV: drop get_params() and gettable_params() from all encoder implementatio
Richard Levitte
2021-06-05
1
-27
/
+0
*
ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
Richard Levitte
2021-06-05
1
-10
/
+2
*
RSA-PSS: When printing parameters, always print the trailerfield ASN.1 value
Richard Levitte
2021-03-26
1
-7
/
+0
*
Fix misc external ossl_ symbols.
Shane Lontis
2021-03-18
1
-1
/
+1
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
1
-2
/
+2
*
Fix external symbols related to dsa keys
Shane Lontis
2021-02-26
1
-2
/
+2
*
Fix external symbols related to dh keys
Shane Lontis
2021-02-26
1
-2
/
+2
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Move the PROV_R reason codes to a public header
Tomas Mraz
2021-02-11
1
-1
/
+1
*
PROV: Add SM2 encoders and decoders, as well as support functionality
Richard Levitte
2021-02-01
1
-0
/
+7
*
EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more available
Richard Levitte
2020-12-16
1
-1
/
+2
*
Deprecate EC_POINT_bn2point and EC_POINT_point2bn.
Shane Lontis
2020-12-07
1
-7
/
+13
*
encode_key2text.c: Fix build error on OPENSSL_NO_{DH,DSA,EC}
Dr. David von Oheimb
2020-12-04
1
-0
/
+2
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
rsa: add ossl_ prefix to internal rsa_ calls.
Pauli
2020-10-07
1
-12
/
+14
*
ffc: add _ossl to exported but internal functions
Pauli
2020-10-06
1
-1
/
+1
*
prov: prefix all OSSL_DISPATCH tables names with ossl_
Pauli
2020-09-29
1
-4
/
+4
*
Fix CID 1466713 : Dead code in encode_key2text.c
Shane Lontis
2020-09-23
1
-16
/
+13
*
ENCODER: Refactor our provider encoder implementations
Richard Levitte
2020-09-20
1
-71
/
+87
*
ENCODER: Refactor provider implementations, and some cleanup
Richard Levitte
2020-09-09
1
-0
/
+891