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