Matt Caswell
|
fecb3aae22
|
Update copyright year
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Release: yes
|
2022-05-03 13:34:51 +01:00 |
|
Dr. David von Oheimb
|
acef3b2f84
|
X509_cmp.pod: Point out that the X509_NAME_cmp() arguments may be NULL
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16050)
|
2022-01-04 17:04:44 +01:00 |
|
Richard Levitte
|
4333b89f50
|
Update copyright year
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13999)
|
2021-01-28 13:54:57 +01:00 |
|
Dr. David von Oheimb
|
f2a0458731
|
X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to invalid cert
This is the upstream fix for #13698 reported for v1.1.1
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13755)
|
2021-01-13 11:19:17 +01:00 |
|
Matt Caswell
|
eec0ad10b9
|
Update copyright year
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/13144)
|
2020-10-15 14:10:06 +01:00 |
|
Dr. David von Oheimb
|
5fdcde816f
|
X509_NAME_cmp(): Clearly document its semantics, referencing relevant RFCs
Fixes #12765
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12769)
|
2020-09-10 12:07:33 +02:00 |
|
Dr. David von Oheimb
|
bc64c5a69b
|
X509_NAME_cmp: restrict normal return values to {-1,0,1} to avoid confusion with -2 for error
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12769)
|
2020-09-10 12:07:33 +02:00 |
|
Paul Yang
|
4bfe304ea8
|
Add documentation for X509_cmp and related APIs
Fixes: #9088
Functions documented in this commit: X509_cmp, X509_NAME_cmp,
X509_issuer_and_serial_cmp, X509_issuer_name_cmp, X509_subject_name_cmp,
X509_CRL_cmp, X509_CRL_match
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9091)
|
2019-06-15 20:31:05 +08:00 |
|