index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2021-07-08
document X509_add1_reject_object(3) and X509_reject_clear(3)
Ingo Schwarze
2021-07-08
add new manual page for X509_add1_trust_object(3) and X509_trust_clear(3)
Ingo Schwarze
2021-07-07
Mention that there are alternatives for ERE '+' and '?' in BRE.
Martijn van Duren
2021-07-06
document X509_signature_dump(3) and X509_signature_print(3)
Ingo Schwarze
2021-07-06
Fix a bug in X509_print_ex(3).
Ingo Schwarze
2021-07-06
sync man page with changes 1.2.3 -> 1.2.11. some changes:
Jason McIntyre
2021-07-05
document i2a_ASN1_OBJECT(3)
Ingo Schwarze
2021-07-04
Add missing RCS tags
Theo Buehler
2021-07-04
bump major after zlib update
Theo Buehler
2021-07-04
Update libz to zlib 1.2.11 and reapply local patches as far as this
Theo Buehler
2021-07-04
document X509_find_by_subject(3) and X509_find_by_issuer_and_serial(3)
Ingo Schwarze
2021-07-04
Bugfix: when X509_NAME_dup(3) failed, X509_NAME_set(3) indicated success
Ingo Schwarze
2021-07-03
Document X509_NAME_set(3).
Ingo Schwarze
2021-07-03
Do a first pass clean up of SSL_METHOD.
Joel Sing
2021-07-02
usleep(3): always call nanosleep(2)
cheloha
2021-07-02
Document the read-only (sic!) accessor function X509_NAME_ENTRY_set(3).
Ingo Schwarze
2021-07-02
Add a roff comment saying that X509_certificate_type(3) is intentionally
Ingo Schwarze
2021-07-02
call the API function X509_NAME_cmp(3) instead of the obsolete,
Ingo Schwarze
2021-07-02
Add a roff comment saying that X509_name_cmp(3) is intentionally
Ingo Schwarze
2021-07-01
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
Joel Sing
2021-06-30
more trivial .Ar -> .Fa replacements in syscall manuals
Ingo Schwarze
2021-06-30
use .Fa rather than .Ar; patch from me at EmilEngler dot com
Ingo Schwarze
2021-06-30
Prepare to provide SSL_get_signature_nid() and friends.
Joel Sing
2021-06-30
Move some structs from public to private headers.
Joel Sing
2021-06-30
document and deprecate the macros X509_extract_key(3)
Ingo Schwarze
2021-06-30
Correct sigalg hash usage when signing content for client verify.
Joel Sing
2021-06-29
Pull sigalg selection up into ssl3_send_client_verify().
Joel Sing
2021-06-29
Track sigalg used by ourselves and our peer in the legacy stack.
Joel Sing
2021-06-29
Pull up and dedup the TLS version check in ssl_sigalg_pkey_ok().
Joel Sing
2021-06-29
Simplify RSA PSS key size comment.
Joel Sing
2021-06-29
Use appropriate TLS version when building client sigalg extensions.
Joel Sing
2021-06-29
Change ssl_sigalg_from_value() to take SSL * instead of a TLS version.
Joel Sing
2021-06-29
Make various sigalg functions static now that they're only used internally.
Joel Sing
2021-06-29
Convert legacy stack server to ssl_sigalg_for_peer().
Joel Sing
2021-06-29
Convert legacy stack client to ssl_sigalg_for_peer().
Joel Sing
2021-06-29
Provide a ssl_sigalg_for_peer() function and use in the TLSv1.3 code.
Joel Sing
2021-06-29
Move the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok().
Joel Sing
2021-06-29
Factor out handling of legacy default signature algorithms.
Joel Sing
2021-06-29
Mop up now unused variables.
Joel Sing
2021-06-29
Require a ServerHello following a HelloRetryRequest to use the same cipher.
Joel Sing
2021-06-29
Reject zero-length non-application data fragments in the legacy stack.
Joel Sing
2021-06-29
more precision because the argument is signed,
Ingo Schwarze
2021-06-29
function args must not use .Ar and EDOM and ERANGE require .Er;
Ingo Schwarze
2021-06-29
insert missing .Ns
Ingo Schwarze
2021-06-29
basic mdoc(7) macro cleanup; patch from me at EmilEngler dot com
Ingo Schwarze
2021-06-28
Use the order action->sender == ctx->mode everywhere for consistency.
Theo Buehler
2021-06-28
ctx->alert is not a boolean, so compare it explicitly against 0.
Theo Buehler
2021-06-28
The state machine now takes care of setting the legacy state,
Theo Buehler
2021-06-28
Expand info callback support for TLSv1.3
Theo Buehler
2021-06-27
Track the sigalgs used by ourselves and our peer.
Joel Sing
[next]