| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix alert callback in the QUIC layer | tb | 2024-09-09 | 1 | -2/+12 |
* | Add and use tls13_record_layer_alert_sent() | tb | 2024-09-09 | 2 | -3/+12 |
* | Futhermore -> Furthermore | tb | 2024-09-07 | 1 | -2/+2 |
* | Prepare for an upcoming tlsfuzzer test that expects decode_error | tb | 2024-09-06 | 1 | -2/+5 |
* | Reenable AES-NI in libcrypto | tb | 2024-09-06 | 4 | -10/+29 |
* | Adjust documentation to work without X509_LOOKUP_by_subject() | tb | 2024-09-06 | 1 | -52/+5 |
* | typo in comment; Effectivly -> Effectively; ok gilles@ | op | 2024-09-03 | 1 | -2/+2 |
* | wild white space | deraadt | 2024-09-03 | 1 | -2/+2 |
* | Remove X509_check_trust documentation | tb | 2024-09-02 | 7 | -226/+11 |
* | The X509at_* manuals are no longer needed | tb | 2024-09-02 | 4 | -299/+4 |
* | Also remove .Xr to X509at_* | tb | 2024-09-02 | 1 | -4/+2 |
* | Excise X509at_* from X509_REQ_* documentation | tb | 2024-09-02 | 1 | -22/+10 |
* | Rename lastpos to start_after to match other, similar manuals | tb | 2024-09-02 | 1 | -13/+13 |
* | More X509at_* removal | tb | 2024-09-02 | 1 | -8/+4 |
* | Remove mention of the no longer public X509at_* functions | tb | 2024-09-02 | 1 | -23/+12 |
* | Adjust function signatures for const X509_LOOKUP_METHOD | tb | 2024-09-02 | 2 | -8/+8 |
* | symbols: remove special case for cpuid_setup and cpu_caps | tb | 2024-09-01 | 1 | -8/+1 |
* | sync x509v3_add_value with x509_utl.c | tb | 2024-08-31 | 1 | -19/+32 |
* | Rewrite X509V3_add_value() to a single exit idiom | tb | 2024-08-31 | 1 | -19/+32 |
* | Remove redundant COPYRIGHT file. | jsing | 2024-08-31 | 1 | -50/+0 |
* | Make fcrypt_body() static and remove prototype. | jsing | 2024-08-31 | 2 | -6/+3 |
* | Unifdef DES_PTR, DES_RISC1 and DES_RISC2. | jsing | 2024-08-31 | 3 | -162/+3 |
* | Unifdef OPENBSD_DES_ASM. | jsing | 2024-08-31 | 2 | -10/+2 |
* | Inline and remove spr.h. | jsing | 2024-08-31 | 2 | -211/+149 |
* | Combine DES code into a smaller set of files. | jsing | 2024-08-31 | 19 | -1967/+1185 |
* | Merge fcrypt_b.c into fcrypt.c. | jsing | 2024-08-31 | 3 | -148/+136 |
* | Remove now unused ncbc_enc.c. | jsing | 2024-08-31 | 1 | -160/+0 |
* | Expand DES_ncbc_encrypt() in des_enc.c. | jsing | 2024-08-31 | 1 | -3/+80 |
* | Expand DES_cbc_encrypt() in cbc_enc.c. | jsing | 2024-08-31 | 1 | -3/+73 |
* | Update for OPENSSL_cpu_caps() now being machine independent. | jsing | 2024-08-31 | 3 | -17/+5 |
* | Update for OPENSSL_cpu_caps() now being machine independent. | jsing | 2024-08-31 | 1 | -6/+2 |
* | Make OPENSSL_cpu_caps() machine independent. | jsing | 2024-08-31 | 2 | -18/+23 |
* | Undo workaround for EVP_PKEY_*check() removal | tb | 2024-08-31 | 1 | -3/+2 |
* | major bump for libcrypto libssl and libtls | tb | 2024-08-31 | 3 | -5/+5 |
* | Bump LIBRESSL_VERSION_NUMBER | tb | 2024-08-31 | 1 | -3/+3 |
* | Remove SSL_add_compression_method | tb | 2024-08-31 | 6 | -36/+10 |
* | Expose X509_get_signature_info | tb | 2024-08-31 | 2 | -3/+2 |
* | Make X509at_* API internal | tb | 2024-08-31 | 5 | -75/+19 |
* | Unexport OPENSSL_cpuid_setup and OPENSSL_ia32cap_P | tb | 2024-08-31 | 4 | -8/+1 |
* | Zap HMAC_Init | tb | 2024-08-31 | 4 | -16/+3 |
* | Nuke the whrlpool (named after the galaxy) from orbit | tb | 2024-08-31 | 10 | -1018/+6 |
* | Remove DES_enc_{read,write} and DES_rw_mode | tb | 2024-08-31 | 5 | -101/+3 |
* | Garbage collec UI_UTIL remnants | tb | 2024-08-31 | 5 | -89/+3 |
* | Remove EVP_PKEY.*attr* API | tb | 2024-08-31 | 4 | -119/+3 |
* | Move BIT_STRING_BITNAME tables to const | tb | 2024-08-31 | 2 | -6/+6 |
* | const correct X509_LOOKUP_METHOD | tb | 2024-08-31 | 6 | -19/+19 |
* | Remove X509_REQ_{set,get}_extension_nids() | tb | 2024-08-31 | 4 | -28/+3 |
* | Make X509_VAL opaque | tb | 2024-08-31 | 3 | -7/+11 |
* | Remove X509_check_trust() and some related defines | tb | 2024-08-31 | 5 | -35/+11 |
* | Remove ERR_add_{,v}data() | tb | 2024-08-31 | 4 | -40/+3 |