| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Now that we have C99 initializers, garbage collect some comments | tb | 2023-05-01 | 1 | -299/+299 |
* | Rework the curve list to use actual structs instead of a custom | tb | 2023-05-01 | 1 | -742/+1530 |
* | Drop the now unnecessary and unused field_type from the curve data | tb | 2023-05-01 | 1 | -54/+4 |
* | Convert EC_CURVE_DATA to C99 initializers | tb | 2023-05-01 | 1 | -51/+192 |
* | Simplify ec_group_new_from_data() further | tb | 2023-05-01 | 1 | -16/+55 |
* | Make warnings more precise | job | 2023-05-01 | 1 | -4/+4 |
* | Drop some dead code | tb | 2023-05-01 | 1 | -11/+2 |
* | Remove pointless/wrong .meth = 0 entries from curves_list[] | tb | 2023-05-01 | 1 | -55/+1 |
* | Mechanically convert curve_list[] to C99 initializers | tb | 2023-05-01 | 1 | -55/+325 |
* | Clean up handling of nist_curves[] | tb | 2023-05-01 | 1 | -18/+14 |
* | Remove ASN1_item_ndef_i2d(3) documentation | tb | 2023-05-01 | 2 | -35/+5 |
* | First pass of removing low-level ASN.1 streaming docs | tb | 2023-05-01 | 14 | -343/+26 |
* | spelling | jsg | 2023-05-01 | 1 | -3/+3 |
* | x509_asn1: make this test pass again after reinstating DER preservation | tb | 2023-04-30 | 1 | -5/+5 |
* | check_complete.pl: update for recent changes in bn | tb | 2023-04-30 | 1 | -4/+3 |
* | mandoc -Tlint tells me I forgot to zap a comma | tb | 2023-04-30 | 1 | -2/+2 |
* | Remove most documentation pertaining to proxy certificates. | tb | 2023-04-30 | 6 | -205/+10 |
* | Remove proxy cert api remmnants | tb | 2023-04-30 | 1 | -9/+1 |
* | Remove documentation of BN_generate_prime(), BN_is_prime{,_fasttest}() | tb | 2023-04-30 | 1 | -85/+4 |
* | Remove documentation of BN_zero_ex() and update BN_one() and BN_zero() | tb | 2023-04-30 | 1 | -22/+3 |
* | Garbage collect BN_zero_ex() | tb | 2023-04-30 | 1 | -7/+1 |
* | Remove __dead again. Apparently this causes issues for some upstreams. | tb | 2023-04-30 | 1 | -2/+2 |
* | Revert disablement of the encoding cache | job | 2023-04-30 | 2 | -4/+17 |
* | Send x509_subject_cmp() to the attic | tb | 2023-04-30 | 1 | -9/+1 |
* | The policy tree is no more | tb | 2023-04-30 | 9 | -527/+11 |
* | Zap extra blank line | tb | 2023-04-30 | 1 | -2/+1 |
* | Make the descriptions of BIO_get_retry_BIO(3) and BIO_get_retry_reason(3) | schwarze | 2023-04-30 | 1 | -11/+60 |
* | Slightly improve the documentation of the "oper" parameter by | schwarze | 2023-04-30 | 1 | -3/+10 |
* | Document the eight BIO_CONN_S_* constants that are passed to BIO_info_cb(3) | schwarze | 2023-04-30 | 1 | -2/+36 |
* | Mark the five BIO_GHBN_* constants as intentionally undocumented. | schwarze | 2023-04-30 | 1 | -2/+7 |
* | whitespace | tb | 2023-04-30 | 1 | -2/+2 |
* | Sort alphabetically | tb | 2023-04-30 | 1 | -2/+2 |
* | Remove unnecessary target | tb | 2023-04-30 | 1 | -4/+1 |
* | policy test: simplify Makefile | tb | 2023-04-30 | 1 | -9/+2 |
* | Mention a few standard BIO_ctrl(3) command constants | schwarze | 2023-04-29 | 3 | -13/+30 |
* | Mention a few standard BIO_ctrl(3) command constants | schwarze | 2023-04-29 | 1 | -2/+7 |
* | Mention the type-specific BIO_ctrl(3) command constants | schwarze | 2023-04-29 | 2 | -8/+34 |
* | Mention the type-specific BIO_ctrl(3) command constants | schwarze | 2023-04-29 | 2 | -16/+40 |
* | Mark OpenSSLDie() as __dead | tb | 2023-04-28 | 1 | -2/+2 |
* | Free all libcrypto global state memory before returning | job | 2023-04-28 | 1 | -1/+3 |
* | Return a non-zero error exit code on any DER cache discrepancies | job | 2023-04-28 | 1 | -3/+3 |
* | Fix leaks reported by ASAN | tb | 2023-04-28 | 1 | -5/+1 |
* | Too many stupid things whine about these being used uninitialized | tb | 2023-04-28 | 1 | -2/+2 |
* | Remove preservation and use of cached DER/BER encodings in the d2i/i2d paths | job | 2023-04-28 | 2 | -17/+4 |
* | Mark the obsolete PROXY_PARAM and SOCKS BIO_ctrl(3) command constants | schwarze | 2023-04-28 | 1 | -0/+2 |
* | Enable policy checking by default now that we are DAG implementation based. | beck | 2023-04-28 | 5 | -13/+23 |
* | Mark a number of BIO_ctrl(3) command constants as intentionally | schwarze | 2023-04-28 | 5 | -15/+23 |
* | kill the .Xr to BN_nist_mod_521(3) which no longer exists | schwarze | 2023-04-28 | 1 | -3/+2 |
* | Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the Makefile | tb | 2023-04-28 | 5 | -98/+5 |
* | Add BIO_C_SET_MD_CTX to the list of command constants. | schwarze | 2023-04-28 | 1 | -2/+3 |