1929 Commits (85c5d9668fe3aef03dc3b5099adc549039a79ff9)
 

Author SHA1 Message Date
Bob Beck 85c5d9668f Make an include/openssl/experimental. Move kyber to it for now. 9 months ago
David Benjamin 5d88014067 Deprecate and simplify SSL_CTX_check_private_key 9 months ago
David Benjamin bca5875eb3 Use a more fine-grained lock in by_dir.c 9 months ago
David Benjamin d4faa8d63a Remove unnecessary stat calls from by_dir.c 9 months ago
David Benjamin 6db6604cb5 Use std::copy instead of OPENSSL_memcpy for the internal bssl::Array::CopyFrom 9 months ago
David Benjamin cadebfd639 Consistently open files in binary mode on Windows 9 months ago
David Benjamin ab4037e3d1 Add some tests for X509_LOOKUP_hash_dir 9 months ago
David Benjamin 0ff377a30c Add some utilities for testing temporary files 9 months ago
David Benjamin c06c4d5ea6 Remove redundant piece of DC state 9 months ago
David Benjamin 4fe29ebc75 Test an unusual split between context and connection configuration 9 months ago
Zequan Wu 9a4e1095c0 Remove redundant bssl_sys import 9 months ago
David Benjamin 281053e9cc Remove some impossible null checks 9 months ago
David Benjamin 1bd6e92b2a Remove some indirection in SSL_certs_clear 9 months ago
David Benjamin fbf10f0d96 Make an internal RefCounted base class for libssl 9 months ago
David Benjamin e44712755d Const-correct the 'kstr' parameter of PEM functions 9 months ago
Cindy Lin 3250cf27eb Implement Hybrid Public Key Encryption in Rust. 9 months ago
David Benjamin 7101b14d18 Use BIO_TYPE_* constants for flags 9 months ago
David Benjamin 469118ca63 Move capability checks in sha256-586.pl to C 9 months ago
David Benjamin 90f0f05cca Integrate TLS 1.2 sigalg and cipher suite selection 9 months ago
David Benjamin 3f119b7f77 Remove old "check for P4" in sha256-586.pl 9 months ago
David Benjamin e273d1d187 Document some miscellaneous x509.h functions 9 months ago
David Benjamin 11688849bf Move capability checks in sha1-586.pl to C 9 months ago
David Benjamin 70054a3a7b Write down the bounds for the sha*_block_data_order functions 9 months ago
David Benjamin 6d0caa1a0a Move capability checks in chacha-x86.pl to C 9 months ago
David Benjamin 20c93abd47 Remove OPENSSL_IA32_SSE2 checks in x86 perlasm 9 months ago
David Benjamin 48b0edfdf2 Update delegated credentials to the final RFC 9 months ago
David Benjamin da3b3725a8 Don't report libpki headers as part of libcrypto 9 months ago
David Benjamin 99e8c6e2a3 Add a no-op OPENSSL_INIT_NO_ATEXIT 9 months ago
Adam Langley 23824fa0fe bssl-crypto: remove unused code. 9 months ago
David Benjamin ea003bdaab Add x509.h to doc.config 9 months ago
David Benjamin 46ff4f7f73 Unexport DIST_POINT_set_dpname 9 months ago
David Benjamin c52806157c Allow a C++ runtime dependency in libssl 9 months ago
David Benjamin 0568c2c1db Rewrite the warning about X509_AUX 9 months ago
David Benjamin 2a5db68706 Remove pki/tag.h 9 months ago
David Benjamin d7f5e18b9f Work around bindgen bug around constants 9 months ago
Adam Langley 9c20a89beb Guard C++ headers. 9 months ago
Adam Langley 22c547778c Include verify_unittest files in PKI_TEST_DATA 9 months ago
David Benjamin cb47fdc0e1 Switch to bindgen's static inline support 9 months ago
David Benjamin a028a23fe5 Document X509_V_FLAG_* 9 months ago
David Benjamin 8e6a26d128 Merge X509_PURPOSE/X509_TRUST IDs and indices 9 months ago
David Benjamin 1b08502fe2 Unexport most of X509_TRUST and X509_PURPOSE and simplify 9 months ago
David Benjamin 5a1a5fbdb8 Remove X509_TRUST_DEFAULT 9 months ago
David Benjamin ba5eb621d7 Add X509_STORE_get1_objects 9 months ago
David Benjamin 38d17d345c Mark ASN1_STRFLAGS_* and XN_FLAG_* with the right type 9 months ago
David Benjamin 8049f26d96 Remove unused include in now public header 9 months ago
Bob Beck 48b814697f Move signature_verify_cache.h to openssl/pki as public api 9 months ago
Bob Beck 58a318edc8 Make ContainsError look only for Errors, not Warnings. 9 months ago
Adam Langley 80b08dfe5e Don't assume that Fiat assembly is available on Windows. 9 months ago
Bob Beck b1d34cbc00 Add public API for a certificate. 9 months ago
Bob Beck 324db64ce7 Allow the delegate to indicate it wishes to accept PreCertificates 9 months ago