index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pem
/
pvkfmt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Matt Caswell
2023-09-28
1
-1
/
+1
*
Remove repeated words
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-44
/
+48
*
add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),
x2018
2021-10-27
1
-0
/
+5
*
pvk: use PVK KDF
Pauli
2021-09-28
1
-19
/
+26
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-1
/
+1
*
Pass library context and property query into private key decoders
Jon Spillett
2021-06-01
1
-4
/
+16
*
Enhance the encoder/decoder tests to allow testing with a non-default library...
Jon Spillett
2021-06-01
1
-33
/
+66
*
pem: remove references to EVP_sha1()
Pauli
2021-04-21
1
-2
/
+5
*
pem: fix coverity 1474426: uninitialised scalar variable.
Pauli
2021-03-24
1
-1
/
+1
*
PROV: Add type specific MSBLOB and PVK decoding for the MS->key decoders
Richard Levitte
2021-03-19
1
-82
/
+190
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Make the EVP_PKEY_get0* functions have a const return type
Matt Caswell
2021-03-08
1
-8
/
+8
*
MSBLOB & PVK: Make it possible to write EVP_PKEYs with provided internal key
Richard Levitte
2020-12-17
1
-8
/
+25
*
PEM: Unlock MSBLOB and PVK functions from 'no-dsa' and 'no-rc4'
Richard Levitte
2020-12-13
1
-72
/
+118
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-31
/
+31
*
Unexport internal MSBLOB and PVK functions
Richard Levitte
2020-10-21
1
-1
/
+1
*
PEM: Fix i2b_PvK to use EVP_Encrypt calls consistently
Richard Levitte
2020-08-07
1
-2
/
+2
*
PEM: Make general MSBLOB reader functions exposed internally
Richard Levitte
2020-08-07
1
-22
/
+29
*
Cast the unsigned char to unsigned int before shifting left
Tomas Mraz
2020-05-20
1
-4
/
+4
*
OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK files
Richard Levitte
2020-05-13
1
-19
/
+20
*
i2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case of success
Christian Hohnstaedt
2020-04-27
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate the low level DSA functions.
Pauli
2020-02-11
1
-0
/
+6
*
PEM: constify PEM_write_ routines
Richard Levitte
2019-11-18
1
-6
/
+6
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-1
/
+2
*
Fix SCA vulnerability when using PVK and MSBLOB key formats
Cesar Pereida Garcia
2019-08-27
1
-0
/
+3
*
Following the license change, modify the boilerplates in crypto/pem/
Richard Levitte
2018-12-06
1
-1
/
+1
*
key zeroisation for pvkfmt now done on all branch paths
Shane Lontis
2018-09-04
1
-5
/
+6
*
In cases where we ask PEM_def_callback for minimum 0 length, accept 0 length
Richard Levitte
2018-05-12
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Fix error handling in b2i_dss and b2i_rsa
Bernd Edlinger
2018-03-17
1
-5
/
+15
*
Fix gcc-7 warnings.
Bernd Edlinger
2017-05-11
1
-0
/
+2
*
Fix MSBLOB format with RSA.
Dr. Stephen Henson
2016-11-17
1
-1
/
+1
*
Limit reads in do_b2i_bio()
Dr. Stephen Henson
2016-08-16
1
-0
/
+7
*
Fix bad result in i2b_PVK()
Matt Caswell
2016-08-01
1
-4
/
+4
*
Fix param order in RSA_get0_key
Matt Caswell
2016-08-01
1
-2
/
+2
*
Deal with the consequences of constifying getters
Richard Levitte
2016-06-15
1
-5
/
+7
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+5
*
A call to RSA_set0_key had the arguments in the wrong order
Matt Caswell
2016-04-29
1
-1
/
+1
*
Fix a leak in i2b_PVK
Matt Caswell
2016-04-29
1
-2
/
+4
*
Don't leak memory on error in i2b_PVK
Matt Caswell
2016-04-28
1
-8
/
+14
*
Don't leak memory on error in b2i_rsa
Matt Caswell
2016-04-28
1
-1
/
+9
*
Make the RSA structure opaque
Richard Levitte
2016-04-06
1
-32
/
+51
*
Make DSA_METHOD opaque
Matt Caswell
2016-04-03
1
-11
/
+19
*
Make the DSA structure opaque
Matt Caswell
2016-04-03
1
-18
/
+37
*
Sanity check PVK file fields.
Dr. Stephen Henson
2016-03-04
1
-0
/
+7
*
Remove unused parameters from internal functions
Rich Salz
2016-02-22
1
-8
/
+8
*
New BN functions.
Dr. Stephen Henson
2016-02-02
1
-36
/
+6
[next]