| Commit message (Expand) | Author | Age | Files | Lines |
* | whitespace/KNF | tb | 2021-05-14 | 1 | -4/+4 |
* | Improve libcrypto obj_xref.h generator | inoguchi | 2021-05-14 | 1 | -0/+4 |
* | Add missing .Pp in HISTORY section. | tb | 2021-05-13 | 2 | -4/+6 |
* | Add missing .Pp | tb | 2021-05-13 | 1 | -2/+3 |
* | Add obj_xref for ECDH schemes in RFC 5753 | inoguchi | 2021-05-12 | 2 | -1/+34 |
* | Merge some details from OpenSSL 1.1.1. | tb | 2021-05-11 | 2 | -6/+24 |
* | missing word in previous | tb | 2021-05-11 | 1 | -1/+2 |
* | Merge documentation for EVP_DigestVerify() from OpenSSL 1.1.1. | tb | 2021-05-11 | 1 | -4/+37 |
* | Merge documentation for EVP_DigestSign from OpenSSL 1.1.1. | tb | 2021-05-11 | 1 | -4/+39 |
* | zap stray comma | tb | 2021-05-11 | 1 | -3/+3 |
* | Merge documentation for EC_GROUP_{set,get}_curve(3) from OpenSSL 1.1.1. | tb | 2021-05-10 | 1 | -20/+57 |
* | Merge documentation for EC_POINT_{get,set}_coordinates and | tb | 2021-05-10 | 1 | -20/+70 |
* | bump libcrypto minor after symbol addition | tb | 2021-05-10 | 1 | -1/+1 |
* | Expose EVP_Digest{Sign,Verify}(3) | tb | 2021-05-10 | 2 | -5/+3 |
* | Expose EC_POINT_{get,set}_affine_coordinates(3) and | tb | 2021-05-10 | 2 | -7/+11 |
* | Expose EC_GROUP_{get,set}_curve(3) | tb | 2021-05-10 | 2 | -3/+4 |
* | Add draft-ietf-sidrops-rpki-rsc OID | job | 2021-05-09 | 2 | -0/+2 |
* | Prepare to provide EVP_Digest{Sign,Verify} | tb | 2021-05-09 | 2 | -3/+35 |
* | Fix corner case for compressed points on binary curves | tb | 2021-05-03 | 1 | -1/+5 |
* | riscv64 openssl config | drahn | 2021-05-02 | 1 | -0/+154 |
* | Make TS_compute_imprint a bit more robust. | tb | 2021-05-02 | 1 | -20/+28 |
* | Retire OpenBSD/sgi. | visa | 2021-05-01 | 1 | -5/+1 |
* | bump to LibreSSL 3.4.0 in -current | bcook | 2021-05-01 | 1 | -3/+3 |
* | Plug leak in c2i_ASN1_OBJECT | tb | 2021-05-01 | 1 | -3/+8 |
* | Prevent double free in int_TS_RESP_verify_token | tb | 2021-05-01 | 1 | -1/+2 |
* | Revert "Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new | tb | 2021-04-28 | 1 | -4/+1 |
* | Relax SAN DNSname validation and constraints to permit non leading * | beck | 2021-04-27 | 1 | -19/+21 |
* | Do not leave errors on the error stack on PKCS12_parse() success. | tb | 2021-04-24 | 1 | -1/+3 |
* | Enable the new verifier again so hopefully the remaining kinks get ironed | tb | 2021-04-24 | 1 | -2/+2 |
* | Fix indent of EC_METHODs as requested by jsing. | tb | 2021-04-20 | 6 | -192/+192 |
* | Compare pointer against NULL and fix a KNF issue. | tb | 2021-04-20 | 1 | -3/+3 |
* | Prepare to provide EC_POINT_set_compressed_coordinates | tb | 2021-04-20 | 5 | -57/+41 |
* | Compare function pointers against NULL, not 0. | tb | 2021-04-20 | 1 | -3/+3 |
* | Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal use | tb | 2021-04-20 | 10 | -77/+97 |
* | Simplify code after adding EC_POINT_{s,g}et_affine_coordinates() | tb | 2021-04-20 | 3 | -73/+18 |
* | Compare function pointers against NULL, not 0. | tb | 2021-04-20 | 1 | -3/+3 |
* | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | tb | 2021-04-20 | 18 | -92/+90 |
* | Simplify after EC_POINT_get_curve() addition | tb | 2021-04-20 | 2 | -30/+8 |
* | Compare function pointers against NULL, not 0. | tb | 2021-04-20 | 1 | -3/+3 |
* | Prepare to provide EC_GROUP_{get,set}_curve(3) | tb | 2021-04-20 | 6 | -41/+51 |
* | Avoid division by zero in hybrid point encoding | tb | 2021-04-19 | 1 | -17/+49 |
* | Switch back to the legacy verifier for the release. | tb | 2021-04-15 | 1 | -2/+2 |
* | Don't leak param->name in x509_verify_param_zero() | tb | 2021-04-05 | 1 | -1/+2 |
* | Bump minors after symbol addition | tb | 2021-03-31 | 1 | -1/+1 |
* | Expose various DTLSv1.2 specific functions and defines | tb | 2021-03-31 | 1 | -0/+1 |
* | Provide missing prototype for d2i_DSAPrivateKey_fp(3) | tb | 2021-03-31 | 1 | -1/+2 |
* | Document EVP_PKEY_new_CMAC_key(3) | tb | 2021-03-31 | 1 | -16/+4 |
* | Provide EVP_PKEY_new_CMAC_key(3) | tb | 2021-03-31 | 2 | -5/+2 |
* | Prepare documenting EVP_PKEY_new_CMAC_key(3) | tb | 2021-03-29 | 1 | -2/+54 |
* | Prepare to provide EVP_PKEY_new_CMAC_key() | tb | 2021-03-29 | 4 | -20/+84 |