index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issuer Sign Tool extention support
Nikolay Morozov
2020-03-25
4
-1
/
+152
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
21
-114
/
+128
*
Fix error handling in x509v3_cache_extensions and related functions
Bernd Edlinger
2020-03-21
6
-57
/
+111
*
X509: Rename X509_set0_sm2_id() and friends
Richard Levitte
2020-03-15
3
-34
/
+18
*
Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()
Dr. David von Oheimb
2020-03-10
1
-0
/
+29
*
Rethink the EVP_PKEY cache of provider side keys
Richard Levitte
2020-02-29
1
-2
/
+2
*
x509v3 subjectSignTool extention support
Nikolay Morozov
2020-02-28
4
-3
/
+73
*
chunk 7 of CMP contribution to OpenSSL
Dr. David von Oheimb
2020-02-17
3
-0
/
+142
*
Adapt i2d_PUBKEY for provider only keys
Richard Levitte
2020-02-14
1
-11
/
+42
*
Add OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friends
Richard Levitte
2020-02-12
1
-1
/
+1
*
Deprecate the low level DSA functions.
Pauli
2020-02-11
1
-0
/
+6
*
X509_PUBKEY_set(): Fix memory leak
Richard Levitte
2020-02-11
1
-0
/
+16
*
Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c
Dr. David von Oheimb
2020-02-10
1
-10
/
+19
*
Fix no-ec
Matt Caswell
2020-02-08
1
-0
/
+2
*
Stop accepting certificates signed using SHA1 at security level 1
Kurt Roeckx
2020-02-05
1
-0
/
+14
*
Deprecate the ECDSA and EV_KEY_METHOD functions.
Pauli
2020-02-04
1
-0
/
+6
*
X509: Refactor X509_verify() and X509_REQ_verify() for better streamlining
Richard Levitte
2020-02-02
1
-139
/
+41
*
Adapt X509_PUBKEY_set() for use with provided implementations
Richard Levitte
2020-01-28
1
-8
/
+35
*
Update man3/verify documentation, error text
Rich Salz
2020-01-23
1
-11
/
+10
*
Add support for otherName:NAIRealm in output
Jan-Frederik Rieckers
2019-12-11
1
-0
/
+11
*
add X509_cmp_timeframe() including its documentation
Dr. David von Oheimb
2019-12-04
2
-1
/
+26
*
PROV SERIALIZER: add common functionality to serialize keys
Richard Levitte
2019-11-29
1
-0
/
+24
*
Check the return from OPENSSL_buf2hexstr()
Matt Caswell
2019-11-29
1
-1
/
+10
*
Update source files for pre-3.0 deprecation
Richard Levitte
2019-11-07
2
-2
/
+2
*
Don't assume the type we read was the type we expected
Matt Caswell
2019-11-04
1
-10
/
+37
*
Don't leak memory in the event of a failure in i2v_GENERAL_NAMES
Matt Caswell
2019-11-04
1
-2
/
+15
*
X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URI
Richard Levitte
2019-11-03
3
-18
/
+277
*
Fix --strict-warnings build
Patrick Steuer
2019-11-03
1
-2
/
+2
*
Rename internal function name_cmp() to v3_name_cmp()
Richard Levitte
2019-10-17
6
-20
/
+20
*
Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW
Richard Levitte
2019-10-11
1
-4
/
+8
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
16
-48
/
+63
*
Fix header file include guard names
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Reorganize public header files (part 1)
Dr. Matthias St. Pierre
2019-09-28
2
-2
/
+2
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
22
-20
/
+20
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
32
-43
/
+43
*
Support printing out some otherName variants
Dmitry Belyavskiy
2019-09-24
1
-3
/
+39
*
Fix potential memory leaks with BN_to_ASN1_INTEGER
Bernd Edlinger
2019-09-13
1
-6
/
+20
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
2
-2
/
+2
*
Fix error handling in x509_lu.c
Bernd Edlinger
2019-09-05
1
-9
/
+27
*
Fix error handling in X509_chain_up_ref
Bernd Edlinger
2019-08-17
1
-1
/
+9
*
Add missing EBCDIC strings
opensslonzos-github
2019-08-14
1
-3
/
+7
*
Add missing accessors for X509 AuthorityKeyIdentifier
Dr. Matthias St. Pierre
2019-08-01
1
-0
/
+14
*
Rename X509_STORE ptr stored in opaque struct X509_STORE_CTX
Shane Lontis
2019-07-31
2
-7
/
+7
*
Fix BIO_printf format warnings
Bernd Edlinger
2019-07-30
1
-1
/
+1
*
x509: publish X509_PUBKEY_dup
Dr. Matthias St. Pierre
2019-07-22
1
-0
/
+1
*
Cleanup use of X509 STORE locks
Shane Lontis
2019-07-18
1
-37
/
+40
*
Regenerate mkerr files
Rich Salz
2019-07-16
2
-224
/
+3
*
Fix wrong lock claimed in x509 dir lookup.
Krists Krilovs
2019-07-15
1
-2
/
+2
*
Avoid NULL pointer dereference. Fixes #9043.
Dmitry Belyavskiy
2019-07-08
2
-0
/
+6
*
Check for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_get0_data
Bernd Edlinger
2019-07-02
1
-1
/
+3
[next]