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-09-02
Unroll ASN1_ITEM_ref()
Job Snijders
2021-09-02
Change OPENSSL_strdup() to strdup()
Job Snijders
2021-09-02
Change OPENSSL_malloc to calloc()
Job Snijders
2021-09-02
Repair unrolling of static ASN1_ITEM IPAddrBlocks_it
Job Snijders
2021-09-02
Make v3_addr and v3_asid extern const
Job Snijders
2021-09-02
Add err.h for X509error() and friends
Job Snijders
2021-09-02
Fix OPENSSL_assert() and assert()
Job Snijders
2021-09-02
remove sys/param.h that are not needed
Theo de Raadt
2021-09-02
annotate that sys/param.h is needed for roundup and roundup2
Theo de Raadt
2021-09-02
Unroll ASN1_EX_TEMPLATE_TYPE IPAddrBlocks
Job Snijders
2021-09-02
Change the OPENSSL_strdup() to strdup()
Job Snijders
2021-09-02
Fix header file includes
Job Snijders
2021-09-02
Move the error put functions from X509V3err() to X509V3error()
Job Snijders
2021-09-02
Unroll ASN1_SEQUENCE() ASN1_CHOICE() ASN1_ITEM_TEMPLATE()
Job Snijders
2021-09-02
OPENSSL_assert() is not appropriate in this context
Job Snijders
2021-09-02
Replace ossl_assert()/assert() with OPENSSL_assert()
Job Snijders
2021-09-02
We need to allow for either a CERTIFICATE or CERTIFICATE_STATUS message
Bob Beck
2021-09-02
Replace OPENSSL_free() with free()
Job Snijders
2021-09-02
Unroll IMPLEMENT_ASN1_FUNCTIONS()
Job Snijders
2021-09-02
Unroll DECLARE_ASN1_FUNCTIONS()
Job Snijders
2021-09-02
Rename DEFINE_STACK_OF() to DECLARE_STACK_OF()
Job Snijders
2021-09-02
Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...
Job Snijders
2021-09-02
Call the ocsp callback if present and we get no response, instead of
Bob Beck
2021-09-02
Correct the is_server flag in the call to the debug callback to be correct.
Bob Beck
2021-09-02
Ah, I was fooled by a left over man page
Theo de Raadt
2021-09-02
Document new %n syslog+abort behaviour, text mostly copied from printf.3
Theo de Raadt
2021-09-02
RFC 6066 section 8 allows the server MAY choose not send the CertificateStatus
Bob Beck
2021-09-02
this is not a section 3 man page anymore
Theo de Raadt
2021-09-01
remove unused macro;
Jason McIntyre
2021-09-01
inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the header
Claudio Jeker
2021-09-01
neither ktrace(2) or utrace(2) require a caller to pull sys/param.h
Theo de Raadt
2021-09-01
comment out the detailed description of SSL_get_servername(3),
Ingo Schwarze
2021-09-01
Remove assignment of value that is never read.
Bob Beck
2021-08-31
Remove some dead code that was missed in an earlier cleanup and
Theo Buehler
2021-08-31
Defragment DTLS.
Joel Sing
2021-08-31
Remove a nonsensical s->version == TLS1_VERSION from DTLS code.
Joel Sing
2021-08-31
whitespace
Theo Buehler
2021-08-30
Make uuid_from_string() reject a string of the correct length but having a
Kenneth R Westerback
2021-08-30
Clean up and simplify info and msg callbacks.
Joel Sing
2021-08-30
Replace DTLS r_epoch with the read epoch from the TLSv1.2 record layer.
Joel Sing
2021-08-30
Move to an AEAD nonce allocated in the TLSv1.2 record layer.
Joel Sing
2021-08-30
sync with OpenSSL 1.1.1, which is still under a free license;
Ingo Schwarze
2021-08-30
Document that %n has been neutered -- it now does syslog+abort.
Theo de Raadt
2021-08-30
Ignore warning alert returns from servername callback in TLSv1.3
Theo Buehler
2021-08-30
jca and I converted %n to a syslog warning about a year ago, and the ports
Theo de Raadt
2021-08-30
Revert previous change that changed our default return for unable to
Bob Beck
2021-08-30
Fix Jan's regress in openssl/x509 to do what it says it does,
Bob Beck
2021-08-29
fix an obvious mixup regarding the order of lines in the SYNOPSIS,
Ingo Schwarze
2021-08-29
Don't call the verify callback twice on success.
Bob Beck
2021-08-29
Add ober_dup. Needed for upcoming SNMPv3 support for trap receiver in
Martijn van Duren
[next]