index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pkcs12
/
p12_mutl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add checks for alloc failing.
Rich Salz
2017-09-06
1
-2
/
+2
*
Fix memory leak in pkcs12 -export
Dmitry Belyavskiy
2017-02-21
1
-0
/
+3
*
Don't switch password formats using global state.
Andy Polyakov
2016-08-25
1
-50
/
+2
*
crypto/pkcs12: facilitate accessing data with non-interoperable password.
Andy Polyakov
2016-08-22
1
-8
/
+76
*
Add X509_getm_notBefore, X509_getm_notAfter
Dr. Stephen Henson
2016-08-21
1
-2
/
+2
*
Convert PKCS12* functions to use const getters
Matt Caswell
2016-08-19
1
-1
/
+1
*
Constify X509_SIG.
Dr. Stephen Henson
2016-08-17
1
-10
/
+12
*
constify X509_ALGOR_get0()
Dr. Stephen Henson
2016-08-17
1
-1
/
+1
*
Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
Dr. Stephen Henson
2016-08-16
1
-1
/
+1
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Make X509_SIG opaque.
Dr. Stephen Henson
2016-03-11
1
-12
/
+19
*
fix various formatting issues
Dr. Stephen Henson
2016-02-08
1
-1
/
+1
*
Reorganise functions.
Dr. Stephen Henson
2016-02-08
1
-0
/
+30
*
more PKCS12 opacity
Dr. Stephen Henson
2016-02-08
1
-0
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Adapt the rest of the source to the opaque HMAC_CTX
Richard Levitte
2015-12-07
1
-8
/
+8
*
Adapt HMAC to the EVP_MD_CTX changes
Richard Levitte
2015-12-07
1
-1
/
+1
*
Set salt length after the malloc has succeeded
Alessandro Ghedini
2015-10-23
1
-1
/
+1
*
GOST PKCS12 support
Matt Caswell
2015-09-21
1
-3
/
+38
*
Use CRYPTO_memcmp when comparing authenticators
Emilia Kasper
2015-06-08
1
-1
/
+2
*
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
-5
/
+6
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-1
/
+1
*
Remove old ASN.1 code.
Dr. Stephen Henson
2015-03-23
1
-2
/
+2
*
Remove OPENSSL_NO_HMAC
Dr. Stephen Henson
2015-02-06
1
-2
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-109
/
+113
*
Audit libcrypto for unchecked return values: fix all cases enountered
Dr. Stephen Henson
2009-09-24
1
-4
/
+8
*
If we're going to return errors (no matter how stupid), then we should
Ben Laurie
2008-12-29
1
-2
/
+6
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
PKCS#12 mac key length should equal digest length.
Dr. Stephen Henson
2006-05-17
1
-3
/
+3
*
Check PKCS7 structures in PKCS#12 files are of type data.
Dr. Stephen Henson
2005-06-30
1
-0
/
+6
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-7
/
+7
*
Add lots of checks for memory allocation failure, error codes to indicate
Dr. Stephen Henson
2004-12-05
1
-1
/
+4
*
Initialize cipher context in KRB5
Dr. Stephen Henson
2002-03-14
1
-4
/
+4
*
Improve back compatibility.
Ben Laurie
2001-12-09
1
-1
/
+1
*
Really add the EVP and all of the DES changes.
Ben Laurie
2001-07-31
1
-1
/
+3
*
Change all calls to low level digest routines in the library and
Dr. Stephen Henson
2001-06-20
1
-0
/
+1
*
Change the EVP_somecipher() and EVP_somedigest()
Dr. Stephen Henson
2001-03-09
1
-2
/
+2
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-1
/
+1
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-1
/
+1
*
Make PKCS#12 code handle missing passwords.
Dr. Stephen Henson
2000-05-04
1
-4
/
+1
*
Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error.
Bodo Möller
2000-03-03
1
-1
/
+1
*
Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.
Bodo Möller
2000-03-02
1
-1
/
+1
*
Check RAND_bytes() return value or use RAND_pseudo_bytes().
Ulf Möller
2000-01-21
1
-1
/
+4
*
Replace the macros in asn1.h with function equivalents. Also make UTF8Strings
Dr. Stephen Henson
1999-10-20
1
-4
/
+4
*
Fix no-hmac and no-ripemd.
Ulf Möller
1999-06-30
1
-0
/
+2
*
Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality
Dr. Stephen Henson
1999-04-24
1
-3
/
+3
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-3
/
+3
*
Work with -pedantic!
Ben Laurie
1999-04-23
1
-5
/
+6
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-24
/
+7
[next]