| Commit message (Expand) | Author | Files | Lines |
2024-09-22 | Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1 | tb | 1 | -3/+1 |
2024-09-20 | remove unneeded semicolons; checked by millert@ | jsg | 1 | -2/+2 |
2024-09-18 | Enable large number of extension tests and stop skippking QUIC transport | tb | 1 | -8/+3 |
2024-09-17 | tlsfuzzer: add a start-server convenience target for interactive testing | tb | 1 | -2/+6 |
2024-09-17 | Replace OpenSSL 3.1 (which no longer is in ports) with 3.3 | tb | 1 | -2/+2 |
2024-09-14 | tlsfuzzer: grammar fix missed in previous | tb | 1 | -2/+2 |
2024-09-13 | typo: troups -> groups | tb | 1 | -2/+2 |
2024-09-11 | parametes -> parameters | tb | 1 | -2/+2 |
2024-09-09 | Make error 235 resolve to "no application protocol" | tb | 1 | -2/+1 |
2024-09-09 | Fix alert callback in the QUIC layer | tb | 1 | -2/+12 |
2024-09-09 | Add and use tls13_record_layer_alert_sent() | tb | 2 | -3/+12 |
2024-09-07 | Futhermore -> Furthermore | tb | 1 | -2/+2 |
2024-09-06 | Prepare for an upcoming tlsfuzzer test that expects decode_error | tb | 1 | -2/+5 |
2024-09-06 | Reenable AES-NI in libcrypto | tb | 4 | -10/+29 |
2024-09-06 | Adjust documentation to work without X509_LOOKUP_by_subject() | tb | 1 | -52/+5 |
2024-09-03 | typo in comment; Effectivly -> Effectively; ok gilles@ | op | 1 | -2/+2 |
2024-09-03 | wild white space | deraadt | 1 | -2/+2 |
2024-09-02 | Remove X509_check_trust documentation | tb | 7 | -226/+11 |
2024-09-02 | The X509at_* manuals are no longer needed | tb | 4 | -299/+4 |
2024-09-02 | Also remove .Xr to X509at_* | tb | 1 | -4/+2 |
2024-09-02 | Excise X509at_* from X509_REQ_* documentation | tb | 1 | -22/+10 |
2024-09-02 | Rename lastpos to start_after to match other, similar manuals | tb | 1 | -13/+13 |
2024-09-02 | More X509at_* removal | tb | 1 | -8/+4 |
2024-09-02 | Remove mention of the no longer public X509at_* functions | tb | 1 | -23/+12 |
2024-09-02 | Adjust function signatures for const X509_LOOKUP_METHOD | tb | 2 | -8/+8 |
2024-09-01 | symbols: remove special case for cpuid_setup and cpu_caps | tb | 1 | -8/+1 |
2024-08-31 | sync x509v3_add_value with x509_utl.c | tb | 1 | -19/+32 |
2024-08-31 | Rewrite X509V3_add_value() to a single exit idiom | tb | 1 | -19/+32 |
2024-08-31 | Remove redundant COPYRIGHT file. | jsing | 1 | -50/+0 |
2024-08-31 | Make fcrypt_body() static and remove prototype. | jsing | 2 | -6/+3 |
2024-08-31 | Unifdef DES_PTR, DES_RISC1 and DES_RISC2. | jsing | 3 | -162/+3 |
2024-08-31 | Unifdef OPENBSD_DES_ASM. | jsing | 2 | -10/+2 |
2024-08-31 | Inline and remove spr.h. | jsing | 2 | -211/+149 |
2024-08-31 | Combine DES code into a smaller set of files. | jsing | 19 | -1967/+1185 |
2024-08-31 | Merge fcrypt_b.c into fcrypt.c. | jsing | 3 | -148/+136 |
2024-08-31 | Remove now unused ncbc_enc.c. | jsing | 1 | -160/+0 |
2024-08-31 | Expand DES_ncbc_encrypt() in des_enc.c. | jsing | 1 | -3/+80 |
2024-08-31 | Expand DES_cbc_encrypt() in cbc_enc.c. | jsing | 1 | -3/+73 |
2024-08-31 | Update for OPENSSL_cpu_caps() now being machine independent. | jsing | 3 | -17/+5 |
2024-08-31 | Update for OPENSSL_cpu_caps() now being machine independent. | jsing | 1 | -6/+2 |
2024-08-31 | Make OPENSSL_cpu_caps() machine independent. | jsing | 2 | -18/+23 |
2024-08-31 | Undo workaround for EVP_PKEY_*check() removal | tb | 1 | -3/+2 |
2024-08-31 | major bump for libcrypto libssl and libtls | tb | 3 | -5/+5 |
2024-08-31 | Bump LIBRESSL_VERSION_NUMBER | tb | 1 | -3/+3 |
2024-08-31 | Remove SSL_add_compression_method | tb | 6 | -36/+10 |
2024-08-31 | Expose X509_get_signature_info | tb | 2 | -3/+2 |
2024-08-31 | Make X509at_* API internal | tb | 5 | -75/+19 |
2024-08-31 | Unexport OPENSSL_cpuid_setup and OPENSSL_ia32cap_P | tb | 4 | -8/+1 |
2024-08-31 | Zap HMAC_Init | tb | 4 | -16/+3 |
2024-08-31 | Nuke the whrlpool (named after the galaxy) from orbit | tb | 10 | -1018/+6 |