Age | Commit message (Expand) | Author |
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 |
2021-08-28 | Get rid of historical code to extract the roots in the legacy case. | Bob Beck |
2021-08-28 | Clean up and simplify ssl3_dispatch_alert() and ssl3_send_alert(). | Joel Sing |
2021-08-28 | Zap blanks before tabs. | Theo Buehler |
2021-08-28 | Remove the "dump_chain" flag and code. This was a workaround for a problem where | Bob Beck |
2021-08-27 | Remove unused #include <assert.h>. | Theo Buehler |
2021-08-24 | Fix various read buffer overflow when printing ASN.1 strings (which are | Theo Buehler |
2021-08-19 | Pull roots out of the trust store in the legacy xsc when building chains | Bob Beck |
2021-08-18 | Import initial code for the SM2 cipher | Theo Buehler |
2021-08-18 | Add a check_trust call to the legacy chain validation on chain add, remembering | Bob Beck |
2021-08-18 | Refactor the legacy chain validation from the chain adding code into its | Bob Beck |
2021-08-16 | typo in comment | Theo Buehler |
2021-08-14 | when talking about non-blocking I/O, .Xr both FIONBIO and O_NONBLOCK | Ingo Schwarze |
2021-08-13 | Stop using a while loop for code that runs at most once, | Ingo Schwarze |
2021-08-12 | Stop playing hopeless games with FIONBIO. | Ingo Schwarze |
2021-08-11 | Only enter the sig_no switch if we actually return from read(2) with | Martijn van Duren |
2021-08-10 | While el_gets(3) and el_wgets(3) wait for user input, no longer ignore | Ingo Schwarze |
2021-08-09 | Unifdef read__fixio() to make it readable. | Ingo Schwarze |
2021-08-06 | link X509_STORE_get_by_subject(3) and X509_ocspid_print(3) to the build, | Ingo Schwarze |
2021-08-06 | new manual page X509_ocspid_print(3) | Ingo Schwarze |
2021-08-06 | add a roff(7) comment marking the API function X509_get_default_private_dir() | Ingo Schwarze |
2021-08-04 | SSL_CTX_remove_session() checks for a NULL session, avoid doing it twice. | Joel Sing |
2021-08-03 | Document X509_get_default_cert_dir_env(3) | Ingo Schwarze |
2021-08-03 | Document X509_get_default_cert_area(3). | Ingo Schwarze |
2021-08-02 | tweaks regarding X509_LOOKUP_by_subject(3): | Ingo Schwarze |