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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-21
Simple adjustments for DSO removal
tb
2
-8
/
+6
2023-07-21
Stop mentioning some ERR_load_*_strings that will be removed
tb
1
-6
/
+2
2023-07-21
Provide a bunch of always failing ENGINE API
tb
3
-6
/
+166
2023-07-21
Fix Xr order to appease mandoc -Tlint
tb
1
-4
/
+4
2023-07-21
Remove OBJ_add_sigid and OBJ_sigid_free documentation
tb
5
-54
/
+14
2023-07-21
Remove ASN1_buf_print documentation
tb
3
-74
/
+3
2023-07-21
Remove remaining ECDSA_METHOD documentation
tb
1
-29
/
+4
2023-07-21
Remove documentation of ECDH/ECDSA ex_data API
tb
1
-21
/
+3
2023-07-21
Document ENGINE_get_default_EC
tb
1
-17
/
+8
2023-07-21
Document ENGINE_{get,set}_EC
tb
1
-29
/
+17
2023-07-20
Remove a few workarounds that are no longer necessary
tb
1
-4
/
+1
2023-07-20
Remove some ancient cruft that hasn't been used in ages
tb
4
-1695
/
+1
2023-07-20
Move get_rfc3526_prime_8192.3 to BN_get_rfc3526_prime_8192.3
tb
2
-4
/
+4
2023-07-20
Remove unnecessary inclusion of dso.h
tb
3
-6
/
+3
2023-07-20
Remove last internal consumer of DSO
tb
1
-80
/
+9
2023-07-20
eng_aesni.c: add evp_local.h so it compiles again.
tb
1
-1
/
+3
2023-07-20
Remove get_rfc*_prime_* documentation
tb
2
-46
/
+20
2023-07-20
Remove ECDSA_{do_,}sign_ex() and ECDSA_sign_setup()
tb
4
-103
/
+20
2023-07-20
Cap the size of numbers we check for primality
tb
1
-1
/
+12
2023-07-19
Don't rely on the libssl headers pulling in stdio.h somehow
tb
1
-1
/
+3
2023-07-19
Add missing commas to test vectors
joshua
1
-26
/
+26
2023-07-19
Add test coverage for SHA3
joshua
1
-27
/
+344
2023-07-19
Fix two aliases in libcrypto spotted by the new symbols test
tb
2
-3
/
+4
2023-07-16
ecc_cdh: plug leak of peer public key
tb
1
-1
/
+2
2023-07-16
ecdhtest: Drop unnecessary constant and unneeded includes
tb
1
-10
/
+6
2023-07-16
ecdhtest: fix a couple bugs plus some cosmetic tweaks
tb
1
-6
/
+6
2023-07-15
fix include directive - this is make, not C
tb
1
-2
/
+2
2023-07-15
Rework the ecdhtest
tb
1
-260
/
+252
2023-07-15
Fix return value check for ECDH_compute_key()
tb
1
-5
/
+5
2023-07-15
Add test coverage for cofactor ECDH using NIST test vectors
tb
2
-2
/
+2509
2023-07-15
Link symbols test to build
tb
1
-1
/
+2
2023-07-15
remove accidentally imported files again
tb
3
-2713
/
+0
2023-07-15
Import a version of libcrypto's symbols test for libssl
tb
5
-0
/
+2798
2023-07-15
Mop up MD32_XARRAY from md5.
jsing
1
-91
/
+84
2023-07-15
Mop up MD32_XARRAY from md4.
jsing
1
-75
/
+68
2023-07-13
Refactor ASN1_item_sign_ctx()
tb
1
-54
/
+89
2023-07-12
Revert accidental addition of cofactor ECDH support
tb
1
-16
/
+2
2023-07-12
Reenable clienttest and servertest
tb
1
-3
/
+3
2023-07-11
Fix last bit of the clienttest, needs ssl_pkt.c r1.66
tb
1
-2
/
+2
2023-07-11
Remove old workaround for F5
tb
1
-13
/
+2
2023-07-11
Keep servertest silent and align with clienttest
tb
1
-2
/
+3
2023-07-11
Neuter expected server test failures with SSLv2
tb
1
-1
/
+6
2023-07-11
Fix most of the clienttest. With this only test cases 9 and 13 fail.
tb
1
-23
/
+39
2023-07-10
Add test case for negative number with highest bit of top octet set
tb
1
-1
/
+13
2023-07-10
Rename EC_KEY from r to key like in the rest of the file
tb
1
-4
/
+4
2023-07-10
Pull BIGNUM constants out of get_* function bodies
tb
1
-315
/
+331
2023-07-10
BIO_indent: use %*s rather than puts in a loop
tb
1
-6
/
+5
2023-07-10
bn_print: string.h is no longer needed
tb
1
-2
/
+1
2023-07-09
Fix ndef_{prefix,suffix}()
tb
1
-11
/
+12
2023-07-09
Reimplement BN_print() and BN_print_fp()
tb
2
-47
/
+45
[next]