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
*
Fix whitespace in DHparam_print_fp()
tb
2023-04-17
1
-2
/
+4
*
Remove now unused dh_prn.c
tb
2023-04-17
1
-64
/
+0
*
Drop dh_prn.c
tb
2023-04-17
1
-2
/
+1
*
Move DHparam_print_fp() next to DHparam_print()
tb
2023-04-17
2
-17
/
+18
*
remove bad Pp;
jmc
2023-04-17
1
-3
/
+2
*
Fix previous: add a missing and
tb
2023-04-16
1
-2
/
+3
*
Dump (leak) info using utrace(2) and compile the code always in
otto
2023-04-16
2
-148
/
+199
*
Garbage collect the now unused obfuscating macro string_stack_free()
tb
2023-04-16
1
-4
/
+1
*
Inline the three uses of string_stack_free()
tb
2023-04-16
1
-4
/
+4
*
Remove the now unused vpm_int.h
tb
2023-04-16
1
-64
/
+0
*
x509_vfy.c and x509_vpm.c don't need vpm_int.h anymore
tb
2023-04-16
2
-4
/
+4
*
Move X509_VERIFY_PARAM_st from vpm_int.h to x509_local.h
tb
2023-04-16
2
-13
/
+13
*
Provide EVP methods for SHA3 224/256/384/512.
jsing
2023-04-16
3
-2
/
+193
*
Provide EVP methods for SHA512/224 and SHA512/256.
jsing
2023-04-16
4
-4
/
+91
*
Bounds check mdlen that is passed to sha3_init().
jsing
2023-04-16
1
-2
/
+5
*
Shuffle ext_cmp() and ext_list_free() up a bit
tb
2023-04-16
1
-18
/
+14
*
Remove unnecessary prototypes in the middle of the code
tb
2023-04-16
1
-5
/
+1
*
Use more usual version of inlined nitems(). No binary change.
tb
2023-04-16
1
-2
/
+2
*
Fix comment formatting and grammar, drop usless and outdated comment
tb
2023-04-16
1
-7
/
+3
*
Remove now empty/unused ext_dat.h
tb
2023-04-16
1
-67
/
+0
*
Merge ext_dat.h back into x509_lib.c
tb
2023-04-16
2
-78
/
+78
*
Mark X9.31 BN API for removal
tb
2023-04-16
1
-1
/
+4
*
The BN reciprocal API will also become internal-only
tb
2023-04-16
1
-1
/
+7
*
Various BN*init() will be removed from the public API
tb
2023-04-16
1
-1
/
+10
*
Mark public bn_nist and ec_nist API for removal
tb
2023-04-16
2
-2
/
+6
*
Mark EC_KEY_{get,insert}_method_data() for removal
tb
2023-04-16
1
-1
/
+5
*
Mark TS_VERIFY_CTX_init() for removal
tb
2023-04-16
1
-1
/
+3
*
Prepare addition of X509_STORE_CTX_get1_{certs,crls}(3)
tb
2023-04-16
2
-2
/
+27
*
Mark remaining policy tree public API for removal
tb
2023-04-16
2
-3
/
+19
*
Annotate policy tree STACK_OF() goo for removal from public API
tb
2023-04-16
1
-1
/
+4
*
The policy tree types become internal ony. Annotate them.
tb
2023-04-16
1
-1
/
+7
*
Cipher text stealing will go away. Mark it for removal.
tb
2023-04-16
1
-1
/
+3
*
Mark proxy policy API for removal in upcoming bump
tb
2023-04-16
1
-1
/
+5
*
Remove the now unused ex_pcpathlen from the X509 struct
tb
2023-04-16
1
-2
/
+1
*
More ProxyCertInfo tentacles go to the attic
tb
2023-04-16
2
-65
/
+6
*
Remove some dead code from the new verifier
tb
2023-04-16
1
-7
/
+1
*
Drop support for the ProxyCertInfo extension
tb
2023-04-16
1
-3
/
+2
*
Make pcy_int.h pull in x509_local.h it will need it soon
tb
2023-04-16
1
-1
/
+4
*
ec_point_conversion: do not rely on ec.h pulling in bn.h
tb
2023-04-15
1
-1
/
+2
*
Use size_t rather than int.
jsing
2023-04-15
2
-13
/
+13
*
Add SHA3 digest length define that was previously missed.
jsing
2023-04-15
1
-1
/
+2
*
Remove sha3() function, which will not be used or exposed.
jsing
2023-04-15
2
-16
/
+2
*
Mark sha3_keccakf() as static and remove prototype from header.
jsing
2023-04-15
2
-5
/
+3
*
Use memset() to zero the context, instead of zeroing manually.
jsing
2023-04-15
1
-5
/
+3
*
Provide SHA3 length related defines.
jsing
2023-04-15
1
-1
/
+27
*
Use the same byte order tests as we do elsewhere in libcrypto.
jsing
2023-04-15
1
-3
/
+5
*
Adjust documentation of X9.31 padding mode
tb
2023-04-15
1
-6
/
+6
*
Stop supporting the long-retired X9.31 standard
tb
2023-04-15
2
-113
/
+57
*
Prepare rsa.h for X9.31 support removal
tb
2023-04-15
1
-1
/
+5
*
Remove now unused GF2m perlasm generators
tb
2023-04-15
3
-980
/
+0
[next]