| Commit message (Expand) | Author | Age | Files | Lines |
| * | cms_lcl.h should not be part of SRCS | tb | 2022-11-26 | 1 | -2/+1 |
| * | Add support for symbol hiding disabled by default. | beck | 2022-11-11 | 1 | -2/+15 |
| * | Finish migrating to one source file per line. | joshua | 2022-11-10 | 1 | -17/+78 |
| * | Implement EVP interfaces for Ed25519 and X25519. | jsing | 2022-11-10 | 1 | -1/+3 |
| * | Continue migrating to one source file per line. | joshua | 2022-11-10 | 1 | -30/+121 |
| * | Continue migrating to one source file per line. | joshua | 2022-11-10 | 1 | -37/+163 |
| * | Continue migrating to one source file per line. | joshua | 2022-11-10 | 1 | -26/+110 |
| * | Start migrating to one source file per line. | joshua | 2022-11-09 | 1 | -18/+83 |
| * | Move table in bn_primes.h to a .c file and get rid of prime_t | tb | 2022-11-09 | 1 | -2/+2 |
| * | Replace the old OpenSSL julian date stuff with BoringSSL's | beck | 2022-11-08 | 1 | -3/+3 |
| * | Add an empty pkcs12_local.h and include it where it will soon be needed. | tb | 2022-08-20 | 1 | -1/+2 |
| * | Prepare to provide PKCS12 accessors | tb | 2022-08-03 | 1 | -2/+2 |
| * | Start making ts opaque | tb | 2022-07-24 | 1 | -1/+2 |
| * | Link bn_bpsw.c to build | tb | 2022-07-13 | 1 | -2/+2 |
| * | Link bn_isqrt.c to build | tb | 2022-07-13 | 1 | -1/+2 |
| * | Remove openssl/cterr.h and inline it in openssl/ct.h | tb | 2022-05-08 | 1 | -2/+1 |
| * | Link kdf/ to the build | tb | 2022-05-05 | 1 | -1/+7 |
| * | Start disentangling armv7 and aarch64 code | tb | 2022-03-23 | 1 | -1/+2 |
| * | Remove legacy sign/verify from EVP_MD. | tb | 2022-01-14 | 1 | -3/+2 |
| * | Remove obsolete key formats | tb | 2022-01-14 | 1 | -3/+1 |
| * | Remove PEM_Seal{Init,Update,Final} | tb | 2022-01-14 | 1 | -2/+2 |
| * | Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.h | tb | 2022-01-07 | 1 | -1/+2 |
| * | Add an essentially empty ocsp_local.h and include it in the files | tb | 2022-01-07 | 1 | -1/+2 |
| * | Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by | tb | 2022-01-07 | 1 | -1/+2 |
| * | Add an essentially empty dh_local.h and include it in the files where | tb | 2022-01-07 | 1 | -1/+2 |
| * | Add a new, mostly empty, bio_local.h and include it in the files | tb | 2022-01-07 | 1 | -1/+2 |
| * | Merge asn_pack.c into asn1_item.c - these are two ASN1_item_* functions. | jsing | 2021-12-25 | 1 | -2/+2 |
| * | Merge evp_asn1.c into a_type.c - these are all ASN1_TYPE_* functions. | jsing | 2021-12-25 | 1 | -2/+2 |
| * | More consolidation of ASN.1 code. | jsing | 2021-12-25 | 1 | -4/+4 |
| * | Rewrite ASN.1 identifier/length parsing in CBS. | jsing | 2021-12-25 | 1 | -2/+2 |
| * | alphabetical order is hard, tb... | tb | 2021-12-17 | 1 | -2/+2 |
| * | Rename asn1_lib.c to asn1_old_lib.c | jsing | 2021-12-15 | 1 | -2/+2 |
| * | Consolidate various ASN.1 code. | jsing | 2021-12-15 | 1 | -5/+5 |
| * | Consolidate ASN.1 universal tag type data. | jsing | 2021-12-14 | 1 | -2/+2 |
| * | Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN(). | jsing | 2021-12-13 | 1 | -2/+2 |
| * | Add -I${LIBCRYPTO_SRC}/hmac to CFLAGS. Needed in an upcoming commit. | tb | 2021-12-12 | 1 | -1/+2 |
| * | List subdirectories as a simple list. Avoids a source of many merge | tb | 2021-12-04 | 1 | -6/+8 |
| * | Consolidate {d2i,i2d}_{pr,pu}.c | jsing | 2021-12-04 | 1 | -3/+3 |
| * | Make the certificate transparency code build with the rest of the library | beck | 2021-11-24 | 1 | -2/+9 |
| * | Provide the bytestring APIs for libcrypto internal use. | jsing | 2021-11-20 | 1 | -3/+7 |
| * | Move the now internal X.509-related structs into x509_lcl.h. | tb | 2021-11-01 | 1 | -3/+3 |
| * | Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that other | tb | 2021-10-31 | 1 | -2/+2 |
| * | Add back the fips mode test functions, new stuff requires this. | beck | 2021-10-23 | 1 | -2/+2 |
| * | Add X509 Extensions for IP Addresses and AS Identifiers | job | 2021-09-03 | 1 | -1/+2 |
| * | Add new x509 certificate chain validator in x509_verify.c | beck | 2020-09-13 | 1 | -2/+3 |
| * | Add x509_constraints.c - a new implementation of x509 name constraints, with | beck | 2020-09-11 | 1 | -2/+2 |
| * | Add issuer cache, to be used by upcoming changes to validation code. | beck | 2020-09-11 | 1 | -1/+2 |
| * | The check_includes step is incorrect dependency management model for | deraadt | 2020-06-09 | 1 | -11/+1 |
| * | One error file per directory is plenty. | jsing | 2020-06-05 | 1 | -2/+2 |
| * | Collapse the x509v3 directory into x509. | jsing | 2020-06-04 | 1 | -10/+7 |