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
*
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
*
make EVP_PKEY opaque
Dr. Stephen Henson
2016-01-20
1
-7
/
+8
*
Adapt all EVP_CIPHER_CTX users for it becoming opaque
Richard Levitte
2016-01-12
1
-16
/
+14
*
Remove double semi (;)
Richard Levitte
2015-12-08
1
-1
/
+1
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-2
/
+2
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-7
/
+7
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-9
/
+9
*
Remove useless code
Alessandro Ghedini
2015-10-23
1
-2
/
+0
*
Fix memory leaks and other mistakes on errors
Alessandro Ghedini
2015-10-23
1
-4
/
+4
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-3
/
+2
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-2
/
+2
*
free null cleanup finale
Rich Salz
2015-05-01
1
-3
/
+2
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-2
/
+1
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-4
/
+1
*
free NULL cleanup
Rich Salz
2015-03-28
1
-4
/
+2
*
free NULL cleanup
Rich Salz
2015-03-25
1
-4
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-819
/
+747
*
Sanity check keylength in PVK files.
Dr. Stephen Henson
2014-07-06
1
-0
/
+5
*
Fix warnings.
Ben Laurie
2010-06-12
1
-7
/
+3
*
PR: 2220
Dr. Stephen Henson
2010-04-06
1
-0
/
+5
*
Audit libcrypto for unchecked return values: fix all cases enountered
Dr. Stephen Henson
2009-09-24
1
-23
/
+35
*
Update from 1.0.0-stable.
Dr. Stephen Henson
2009-04-27
1
-0
/
+2
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Fix a variety of warnings generated by some elevated compiler-fascism,
Geoff Thorpe
2008-03-16
1
-0
/
+3
*
Fix warnings.
Dr. Stephen Henson
2006-05-24
1
-1
/
+1
*
Remove warnings about signed vs. unsigned...
Richard Levitte
2005-09-05
1
-2
/
+4
*
Integrated support for PVK files.
Dr. Stephen Henson
2005-08-31
1
-0
/
+930