| Commit message (Expand) | Author | Age | Files | Lines |
* | Use natural sizes for S3I(s)->tmp's *_md arrays | tb | 2020-12-15 | 1 | -6/+4 |
* | Fix return value variable type in tls_keypair_load_cert | inoguchi | 2020-12-15 | 1 | -2/+2 |
* | Fix SSL_get{,_peer}_finished() with TLSv1.3 | tb | 2020-12-14 | 2 | -2/+28 |
* | Switch finish{,_peer}_md_len from int to size_t | tb | 2020-12-14 | 1 | -3/+3 |
* | LibreSSL 3.3.1libressl-v3.3.1 | bcook | 2020-12-08 | 1 | -3/+3 |
* | Fix a NULL dereference in GENERAL_NAME_cmp() | tb | 2020-12-08 | 6 | -11/+94 |
* | Mark bitmask_{start,end}_values[] and g_probable_mtu[] const. | tb | 2020-12-05 | 1 | -4/+4 |
* | Mark nid_list[] const. This moves 116 bytes to .rodata. | tb | 2020-12-05 | 1 | -2/+2 |
* | Move point-on-curve check to set_affine_coordinates | tb | 2020-12-04 | 4 | -18/+50 |
* | grammar fixes from Varik "The Genuine Article!!!" Valefor; | jmc | 2020-12-03 | 3 | -9/+9 |
* | Bring back *_client_method() structs | tb | 2020-12-01 | 3 | -11/+200 |
* | Avoid undefined behavior due to memcpy(NULL, NULL, 0) | tb | 2020-11-25 | 1 | -4/+6 |
* | mapalign() only handles allocations >= a page; problem found by and ok semarie@ | otto | 2020-11-23 | 1 | -1/+3 |
* | fix another misleading line break and indentlibressl-v3.3.0 | tb | 2020-11-20 | 1 | -3/+4 |
* | fix confusing line break and indent | tb | 2020-11-20 | 1 | -3/+4 |
* | Plug leak in x509_verify_chain_dup() | tb | 2020-11-18 | 1 | -2/+2 |
* | Plug a big memory leak in the new validator | tb | 2020-11-18 | 1 | -1/+6 |
* | zap ugly empty line before closing brace | tb | 2020-11-18 | 1 | -2/+1 |
* | Move freeing of the verify context to its natural place instead of | tb | 2020-11-18 | 1 | -2/+2 |
* | KNF (whitespace) | tb | 2020-11-18 | 4 | -13/+13 |
* | bump to 3.3.0 | bcook | 2020-11-18 | 1 | -3/+3 |
* | typo & punctuation in comment | tb | 2020-11-17 | 1 | -3/+3 |
* | Implement exporter for TLSv1.3. | jsing | 2020-11-16 | 4 | -8/+121 |
* | Use X509_V_OK instead of 0. | jsing | 2020-11-16 | 1 | -4/+3 |
* | Add back an X509_STORE_CTX error code assignment. | jsing | 2020-11-16 | 1 | -2/+3 |
* | Return the specific failure for a "self signed certificate" in the chain | beck | 2020-11-15 | 1 | -1/+14 |
* | Handle additional certificate error cases in new X.509 verifier. | jsing | 2020-11-11 | 2 | -12/+79 |
* | Implement auto chain for the TLSv1.3 server. | jsing | 2020-11-11 | 1 | -1/+23 |
* | Use size_t for key_block_len. | jsing | 2020-11-11 | 2 | -9/+7 |
* | Update getentropy on Windows to use Cryptography Next Generation (CNG). | bcook | 2020-11-11 | 1 | -18/+9 |
* | Fix bad indent. | jsing | 2020-11-03 | 1 | -7/+6 |
* | Only check BIO_should_read() on read and BIO_should_write() on write. | jsing | 2020-11-03 | 1 | -5/+1 |
* | Hook X509_STORE_CTX get_issuer() callback from new X509 verifier. | jsing | 2020-11-03 | 1 | -3/+17 |
* | typo: ASN1_parse_time -> ASN1_time_parse | tb | 2020-11-02 | 1 | -3/+3 |
* | Add a safety net to ensure that we set an error on the store context. | tb | 2020-10-26 | 1 | -1/+3 |
* | If x509_verify() fails, ensure that the error is also set on the store | tb | 2020-10-26 | 1 | -10/+15 |
* | Make sure that x509_vfy_check_id() failure also sets ctx->error, not only | tb | 2020-10-26 | 1 | -3/+8 |
* | Stop documenting some functions as macros. | tb | 2020-10-21 | 3 | -19/+7 |
* | Unbreak DTLS retransmissions for flights that include a CCS. | jsing | 2020-10-15 | 1 | -7/+8 |
* | zap annoying stray spaces | tb | 2020-10-15 | 1 | -4/+4 |
* | Replace SSL_IS_DTLS with SSL_is_dtls(). | jsing | 2020-10-14 | 11 | -96/+92 |
* | Provide SSL_is_dtls(). | jsing | 2020-10-14 | 2 | -2/+11 |
* | Mark DTLS methods as DTLS. | jsing | 2020-10-14 | 2 | -3/+10 |
* | make fixed-sized fixed-value mib[] arrays be const | deraadt | 2020-10-12 | 3 | -12/+7 |
* | drop references to the SSL protocol because support was removed long ago; | schwarze | 2020-10-12 | 1 | -6/+6 |
* | List and describe the recommended methods first and relegate the | schwarze | 2020-10-12 | 1 | -27/+26 |
* | In ssl_methods.c rev. 1.18, jsing@ deprecated *_server_method(3) | schwarze | 2020-10-11 | 1 | -11/+18 |
* | SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNAL | guenther | 2020-10-11 | 5 | -42/+28 |
* | Fix an assert conditioned on DTLS1_VERSION. | jsing | 2020-10-11 | 1 | -9/+4 |
* | Grow init_buf before stashing a handshake message for the legacy stack. | jsing | 2020-10-11 | 1 | -1/+3 |