2026-06-18 xfd...@google.com rust: bssl-tls: Properly annotate sections of configuration options
2026-06-18 davi...@google.com Revert "Replace most of P-256 assembly code with C"
2026-06-17 davi...@google.com Finish documenting <openssl/pem.h>
2026-06-17 davi...@google.com Unwind SSL_set_enforce_rsa_key_usage
2026-06-17 davi...@google.com Run pregenerate as part of run_tests
2026-06-17 xfd...@google.com clang-format: p256_test.cc
2026-06-17 xfd...@google.com perlasm: delimit AESNI `set_encrypt_key_base` function properly
2026-06-16 davi...@google.com Remove PEM_TYPE_* constants
2026-06-16 davi...@google.com Document low-level PEM functions
2026-06-16 davi...@google.com Add TLS_RSA_WITH_AES_256_GCM_SHA384 to ssl_compliance_policy_cnsa1_202603
2026-06-16 davi...@google.com Start expanding and documenting PEM_read and PEM_write functions
2026-06-16 davi...@google.com ANY PRIVATE KEY is not a real PEM type
2026-06-16 davi...@google.com Const-correct PEM_write functions and i2d_SSL_SESSION
2026-06-16 davi...@google.com Normalize in-memory ASN1_BOOLEAN representations on parse
2026-06-16 xfd...@google.com rust: bssl-tls: report RPK in custom certificate verifier
2026-06-16 xfd...@google.com rust: bssl-tls: convenient certificate verification outcomes
2026-06-16 xfd...@google.com rust: bssl-tls: Share some credential configs with builder
2026-06-16 davi...@google.com Unexport IMPLEMENT_PEM_* macros
2026-06-16 xfd...@google.com rust: bssl-tls: make DER encoding use slice sanitation
2026-06-16 davi...@google.com Don't depend on tasn_* for ASN1_TYPE functions
2026-06-16 davi...@google.com Fix strict aliasing violations in crypto/asn1 from ASN1_VALUE*
2026-06-16 a...@imperialviolet.org Running spelling and grammar checks over comments.
2026-06-16 xfd...@google.com Update version for Bazel Central Repository to 0.20260616.0
2026-06-16 davi...@google.com Rewrite tasn_enc and tasn_dec with CBS/CBB
2026-06-16 davi...@google.com Split out a CBS_peek_any_asn1_tag helper from CBS_peek_asn1_tag
2026-06-15 davi...@google.com Remove unnecessary size limit comment
2026-06-15 davi...@google.com Use scopers in IDP and CRDP config parsing
2026-06-15 davi...@google.com Add a test for CRLDP parsing
2026-06-15 davi...@google.com Break out a few more helper functions for supported crypto/asn1 types
2026-06-15 davi...@google.com Support X509 objects with extern ASN1_ITEM helpers
2026-06-15 davi...@google.com Wire up some more types to bssl::UniquePtr
2026-06-14 davi...@google.com Add a test for PolicyInformation parsing