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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add new manual page for X509_add1_trust_object(3) and X509_trust_clear(3)
schwarze
2021-07-08
3
-3
/
+87
*
document X509_signature_dump(3) and X509_signature_print(3)
schwarze
2021-07-06
5
-9
/
+97
*
Fix a bug in X509_print_ex(3).
schwarze
2021-07-06
1
-3
/
+3
*
document i2a_ASN1_OBJECT(3)
schwarze
2021-07-05
1
-8
/
+61
*
document X509_find_by_subject(3) and X509_find_by_issuer_and_serial(3)
schwarze
2021-07-04
3
-3
/
+74
*
Bugfix: when X509_NAME_dup(3) failed, X509_NAME_set(3) indicated success
schwarze
2021-07-04
1
-14
/
+8
*
Document X509_NAME_set(3).
schwarze
2021-07-03
1
-3
/
+41
*
Document the read-only (sic!) accessor function X509_NAME_ENTRY_set(3).
schwarze
2021-07-02
1
-9
/
+77
*
Add a roff comment saying that X509_certificate_type(3) is intentionally
schwarze
2021-07-02
1
-2
/
+5
*
call the API function X509_NAME_cmp(3) instead of the obsolete,
schwarze
2021-07-02
1
-2
/
+2
*
Add a roff comment saying that X509_name_cmp(3) is intentionally
schwarze
2021-07-02
1
-2
/
+4
*
document and deprecate the macros X509_extract_key(3)
schwarze
2021-06-30
1
-6
/
+35
*
space between macro args and punctuation;
jmc
2021-06-12
1
-3
/
+3
*
space between RFC and number;
jmc
2021-06-11
1
-3
/
+3
*
sync cert.pem with Mozilla's CA list generated from certdata.txt
sthen
2021-06-11
1
-476
/
+163
*
Fix pkg-config .pc files with LibreSSL
inoguchi
2021-06-08
1
-2
/
+2
*
EVP_Digest*: fix documented return values.
tb
2021-05-20
2
-10
/
+6
*
Adjust libcrypto obj_xref.txt to obj_xref.h
inoguchi
2021-05-19
1
-2
/
+2
*
whitespace/KNF
tb
2021-05-14
1
-4
/
+4
*
Improve libcrypto obj_xref.h generator
inoguchi
2021-05-14
1
-0
/
+4
*
Add missing .Pp in HISTORY section.
tb
2021-05-13
2
-4
/
+6
*
Add missing .Pp
tb
2021-05-13
1
-2
/
+3
*
Add obj_xref for ECDH schemes in RFC 5753
inoguchi
2021-05-12
2
-1
/
+34
*
Merge some details from OpenSSL 1.1.1.
tb
2021-05-11
2
-6
/
+24
*
missing word in previous
tb
2021-05-11
1
-1
/
+2
*
Merge documentation for EVP_DigestVerify() from OpenSSL 1.1.1.
tb
2021-05-11
1
-4
/
+37
*
Merge documentation for EVP_DigestSign from OpenSSL 1.1.1.
tb
2021-05-11
1
-4
/
+39
*
zap stray comma
tb
2021-05-11
1
-3
/
+3
*
Merge documentation for EC_GROUP_{set,get}_curve(3) from OpenSSL 1.1.1.
tb
2021-05-10
1
-20
/
+57
*
Merge documentation for EC_POINT_{get,set}_coordinates and
tb
2021-05-10
1
-20
/
+70
*
bump libcrypto minor after symbol addition
tb
2021-05-10
1
-1
/
+1
*
Expose EVP_Digest{Sign,Verify}(3)
tb
2021-05-10
2
-5
/
+3
*
Expose EC_POINT_{get,set}_affine_coordinates(3) and
tb
2021-05-10
2
-7
/
+11
*
Expose EC_GROUP_{get,set}_curve(3)
tb
2021-05-10
2
-3
/
+4
*
Add draft-ietf-sidrops-rpki-rsc OID
job
2021-05-09
2
-0
/
+2
*
Prepare to provide EVP_Digest{Sign,Verify}
tb
2021-05-09
2
-3
/
+35
*
Fix corner case for compressed points on binary curves
tb
2021-05-03
1
-1
/
+5
*
riscv64 openssl config
drahn
2021-05-02
1
-0
/
+154
*
Make TS_compute_imprint a bit more robust.
tb
2021-05-02
1
-20
/
+28
*
Retire OpenBSD/sgi.
visa
2021-05-01
1
-5
/
+1
*
bump to LibreSSL 3.4.0 in -current
bcook
2021-05-01
1
-3
/
+3
*
Plug leak in c2i_ASN1_OBJECT
tb
2021-05-01
1
-3
/
+8
*
Prevent double free in int_TS_RESP_verify_token
tb
2021-05-01
1
-1
/
+2
*
Revert "Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new
tb
2021-04-28
1
-4
/
+1
*
Relax SAN DNSname validation and constraints to permit non leading *
beck
2021-04-27
1
-19
/
+21
*
Do not leave errors on the error stack on PKCS12_parse() success.
tb
2021-04-24
1
-1
/
+3
*
Enable the new verifier again so hopefully the remaining kinks get ironed
tb
2021-04-24
1
-2
/
+2
*
Fix indent of EC_METHODs as requested by jsing.
tb
2021-04-20
6
-192
/
+192
*
Compare pointer against NULL and fix a KNF issue.
tb
2021-04-20
1
-3
/
+3
*
Prepare to provide EC_POINT_set_compressed_coordinates
tb
2021-04-20
5
-57
/
+41
[next]