index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
x509
/
x509.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose X509_get_signature_info
tb
2024-08-31
1
-3
/
+1
*
Make X509at_* API internal
tb
2024-08-31
1
-21
/
+1
*
Remove EVP_PKEY.*attr* API
tb
2024-08-31
1
-19
/
+1
*
Remove X509_REQ_{set,get}_extension_nids()
tb
2024-08-31
1
-3
/
+1
*
Make X509_VAL opaque
tb
2024-08-31
1
-5
/
+2
*
Remove X509_check_trust() and some related defines
tb
2024-08-31
1
-19
/
+1
*
Implement X509_get_signature_info()
tb
2024-08-28
1
-1
/
+9
*
piuid, psuid -> issuerUID, subjectUID
tb
2024-06-12
1
-3
/
+3
*
Remove X509_CRL_METHOD API
tb
2024-03-02
1
-13
/
+1
*
Make X509_CERT_AUX internal
tb
2024-03-02
1
-9
/
+1
*
Remove X509_TRUST from the public API
tb
2024-03-02
1
-12
/
+1
*
Remove DECLARE_STACK_OF(X509_TRUST)
tb
2024-03-02
1
-3
/
+1
*
Remove unused public X509_TRUST API
tb
2024-03-02
1
-12
/
+1
*
Remove X509_ALGOR_set_md()
tb
2024-03-02
1
-4
/
+1
*
Remove more PBE stuff from the public API
tb
2024-03-02
1
-15
/
+1
*
Remove most PBEPARAM stuff from public visibility
tb
2024-03-02
1
-32
/
+1
*
Fix a few bizarre line wraps in x509.h
tb
2023-11-02
1
-8
/
+5
*
Hide X509_ALGOR_set_md() for LIBRESSL_INTERNAL
tb
2023-10-26
1
-1
/
+3
*
Stop including ecdsa.h and ecdh.h internally
tb
2023-07-28
1
-7
/
+1
*
Remove NETSCAPE_CERT_SEQUENCE
tb
2023-04-25
1
-17
/
+1
*
Mark NETSCAPE_CERT_SEQUENCE for removal
tb
2023-04-24
1
-2
/
+6
*
Sort X.509 error reasons, use next available error value, and align
job
2023-04-24
1
-2
/
+2
*
Add compliance checks for the X.509 version field
job
2023-04-23
1
-1
/
+2
*
Bring includes into canonical order
tb
2023-04-18
1
-19
/
+15
*
Move some includes out of OPENSSL_NO_DEPRECATED
tb
2023-04-18
1
-3
/
+1
*
Expose X509_CRL_get0_sigalg() and X509_get0_uids
tb
2023-03-10
1
-5
/
+1
*
Introduce X509_get0_uids() accessor function
job
2023-02-23
1
-1
/
+5
*
Prepare to provide X509_CRL_get0_sigalg()
tb
2022-12-26
1
-1
/
+5
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
1
-2
/
+2
*
Remove mkerr.pl remnants from LibreSSL
kn
2022-07-12
1
-5
/
+1
*
Remove a few unused defines from x509.h
tb
2022-01-10
1
-6
/
+1
*
If X509_load_cert_crl_file(3) does not find any certificates
schwarze
2021-11-10
1
-1
/
+2
*
Move the now internal X.509-related structs into x509_lcl.h.
tb
2021-11-01
1
-209
/
+7
*
Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is
tb
2021-11-01
1
-14
/
+1
*
Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that other
tb
2021-10-31
1
-12
/
+12
*
Remove the unused X509_OBJECTS struct.
tb
2021-10-31
1
-8
/
+1
*
Remove the unused X509_CERT_PAIR struct and the assicated API.
tb
2021-10-31
1
-12
/
+1
*
Prepare to make many of the structs in x509.h opaque.
tb
2021-10-23
1
-76
/
+86
*
Prepare to provide X509_re_X509*_tbs()
tb
2021-10-23
1
-1
/
+11
*
Prepare to provide X509_SIG_get{0,m}.
tb
2021-10-23
1
-1
/
+8
*
Prepare to provide X509_REQ_pubkey_get0()
tb
2021-10-22
1
-1
/
+4
*
Prepare to make X509 opaque.
tb
2021-10-21
1
-4
/
+7
*
Prepare to provide X509_get_X509_PUBKEY() as a function.
tb
2021-10-21
1
-4
/
+6
*
Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...
job
2021-09-02
1
-1
/
+5
*
Provide missing prototype for d2i_DSAPrivateKey_fp(3)
tb
2021-03-31
1
-1
/
+2
*
Add const to EVP_PKCS82PKEY().
tb
2018-08-24
1
-2
/
+2
*
After removing support for broken PKCS#8 formats (it was high time),
tb
2018-08-24
1
-8
/
+5
*
Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken()
tb
2018-08-24
1
-13
/
+8
*
Provide X509_get0_serialNumber()
tb
2018-08-24
1
-1
/
+2
*
Turn a number of #defines into proper functions with prototypes matching
tb
2018-08-24
1
-15
/
+14
[next]