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
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ASN.1 BIO internal
tb
2023-07-28
9
-84
/
+15
*
Set OPENSSL_NO_ENGINE, remove engine code
tb
2023-07-28
33
-4967
/
+9
*
Drop DSO and define OPENSSL_NO_DSO
tb
2023-07-28
12
-1588
/
+5
*
Drop the comp module
tb
2023-07-28
10
-958
/
+5
*
Remove some unneeded includes from ecdh.c
tb
2023-07-28
1
-4
/
+1
*
Pull up zeroing of out; drop unnecessary check
tb
2023-07-28
1
-4
/
+3
*
Rename buflen to buf_len, use calloc/freezero
tb
2023-07-28
1
-7
/
+8
*
Move KDF handling to ECDH_compute_key()
tb
2023-07-28
5
-47
/
+73
*
Merge ecdh.h into ec.h
tb
2023-07-28
4
-124
/
+12
*
Excise ECDH_METHOD
tb
2023-07-28
13
-369
/
+9
*
Remove ECDH errors
tb
2023-07-28
6
-123
/
+3
*
Remove some unneeded includes from ecdsa.h
tb
2023-07-28
1
-5
/
+1
*
Merge ecdsa.h into ec.h
tb
2023-07-28
4
-186
/
+70
*
Remove ECDSA_METHOD
tb
2023-07-28
13
-345
/
+9
*
Remove ecs_err.c
tb
2023-07-28
7
-132
/
+4
*
Place public ECDSA API next to the internal methods
tb
2023-07-28
1
-51
/
+48
*
Remove ECDSA_{do_,}sign_ex()
tb
2023-07-28
1
-57
/
+20
*
Make extended ECDSA signing routines internal
tb
2023-07-28
5
-25
/
+14
*
Remove ASN1_BIT_STRING_set doco
tb
2023-07-28
1
-42
/
+2
*
Remove stale .Xr missed in previous
tb
2023-07-28
1
-3
/
+2
*
Remove ASN1_BIT_STRING_num_asc.3
tb
2023-07-28
3
-151
/
+3
*
Prepare the ssltest for the upcoming bump
tb
2023-07-27
1
-1
/
+8
*
Remove antiquated options output
tb
2023-07-27
3
-44
/
+7
*
Annotate bogus output as incorrect
tb
2023-07-27
1
-1
/
+2
*
Fix two mandoc -Tlint warnings left in previous
tb
2023-07-27
1
-4
/
+3
*
Fix typo
tb
2023-07-27
1
-3
/
+3
*
Prepare this test for the upcoming bump
tb
2023-07-26
1
-1
/
+3
*
Remove comment containing an outdated path
tb
2023-07-26
1
-2
/
+1
*
Remove ERR_get_{err_state,string}_table documentation
tb
2023-07-26
1
-6
/
+2
*
Remove BUF_reverse and BUF_strdup documentation
tb
2023-07-26
1
-53
/
+2
*
BN_BLINDING will be made internal-only. Remove its documentation
tb
2023-07-26
4
-325
/
+5
*
BIO_f_asn1 and the prefix/suffix API will be removed
tb
2023-07-26
5
-244
/
+14
*
Document CMS_SignerInfos_get_version and CMS_get_version which will
tb
2023-07-26
2
-4
/
+53
*
Tweak EC_GROUP_check_discriminant()
tb
2023-07-26
1
-28
/
+28
*
Unindent a big block in EC_GROUP_get_affine_coordinates()
tb
2023-07-26
1
-32
/
+34
*
Introduce and use ec_encode_scalar()
tb
2023-07-26
1
-43
/
+48
*
Garbage collect the unused order in check_discriminant()
tb
2023-07-26
1
-4
/
+2
*
Streamline check_discriminant()
tb
2023-07-26
1
-14
/
+6
*
Introduce ec_decode_scalar()
tb
2023-07-26
1
-81
/
+39
*
Use EC_POINT_set_to_infinity() rather than inlining it
tb
2023-07-26
1
-6
/
+4
*
Remove constructor attribute for OPENSSL_cpuid_setup() on arm/aarch64.
jsing
2023-07-26
2
-10
/
+2
*
Fix a few more 0/NULL misspellings
tb
2023-07-25
1
-8
/
+8
*
Use [a,b), not [a,b-1] in a comment
tb
2023-07-25
1
-2
/
+2
*
EC_POINT_is_on_curve() error is -1, not 0.
tb
2023-07-25
1
-2
/
+2
*
Fix two EC_POINT_is_on_curve() checks
tb
2023-07-24
2
-4
/
+4
*
Fix EC_POINT_is_on_curve() checks.
tb
2023-07-24
1
-9
/
+9
*
Fix a minibug in DH_check()
tb
2023-07-24
1
-2
/
+2
*
Remove OPENSSL_cpuid_setup() call from OPENSSL_add_all_algorithms_noconf()
jsing
2023-07-24
1
-2
/
+1
*
Mark read/write registers as non-overlapping for bn_qwmulw_{addqw_,}addw()
jsing
2023-07-24
1
-3
/
+3
*
Use C99 initializers for x509_name_ff
tb
2023-07-24
1
-8
/
+8
[next]