67 Commity (17d553d29914c8818fd4a6e9f57ab776ebacab5c)

Autor SHA1 Wiadomość Data
  David Benjamin 371305f58a Push an error on sigalg mismatch in X509_verify. 6 lat temu
  Joshua Liebow-Feeser 8c7c6356e6 Support symbol prefixes 6 lat temu
  David Benjamin bc3286bb8c Add a pile of compatibility functions. 6 lat temu
  David Benjamin 2908dd141f Add bssl::UpRef. 6 lat temu
  David Benjamin 2e67153de4 Add PKCS12_create. 6 lat temu
  David Benjamin 8094b54eb1 Add BIO versions of i2d_DHparams and d2i_DHparams. 6 lat temu
  David Benjamin 0318b051ee Add some OpenSSL compatibility functions and hacks. 6 lat temu
  David Benjamin 441efad4d7 Add RSA_PSS_PARAMS to bssl::UniquePtr. 6 lat temu
  David Benjamin 2bc937068d Add X509_NAME_get0_der from OpenSSL 1.1.0. 6 lat temu
  David Benjamin e3b2a5d30d Const-correct X509_ALGOR_get0. 7 lat temu
  David Benjamin 81f030b106 Switch OPENSSL_VERSION_NUMBER to 1.1.0. 8 lat temu
  David Benjamin 2762b3542d Add X509_PUBKEY to bssl::UniquePtr. 7 lat temu
  David Benjamin 4492a61567 More scopers. 7 lat temu
  David Benjamin 0121953a10 Register stack deleters automatically. 7 lat temu
  David Benjamin 2dfa1ba680 Delete some dead code from crypto/x509. 7 lat temu
  David Benjamin 5e61d533c9 Document support status of the legacy ASN.1 code. 7 lat temu
  David Benjamin d94682dce5 Remove ex_data's dup hook. 7 lat temu
  David Benjamin 01f8a8c2d5 Convert stack.h to use inline functions. 7 lat temu
  David Benjamin 6fdea2aba9 Move PKCS#7 functions into their own directory. 7 lat temu
  David Benjamin d69d94e7e3 Teach crypto/x509 how to verify an Ed25519 signature. 7 lat temu
  David Benjamin 35349e9fac Unexport PKCS5 functions. 7 lat temu
  David Benjamin 7d7597840f Fix x509v3_cache_extensions locking. 8 lat temu
  Adam Langley d50f1c8e3d Address review comments from https://boringssl-review.googlesource.com/#/c/11920/2 8 lat temu
  Adam Langley 489833160b Add d2i_X509_from_buffer. 8 lat temu
  David Benjamin 193c2fff53 Prune some unused prototypes. 8 lat temu
  David Benjamin b1133e9565 Fix up macros. 8 lat temu
  Matthew Braithwaite 7358fab645 Add deleters for some more X.509 things. 8 lat temu
  David Benjamin defe2a85b1 Add a few more scopers. 8 lat temu
  David Benjamin f0e935d7ce Fold stack-allocated types into headers. 8 lat temu
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. 8 lat temu
  David Benjamin 96a16cd10e Finish aligning up_ref functions with OpenSSL 1.1.0. 8 lat temu
  David Benjamin 5a91503826 Add various 1.1.0 accessors. 8 lat temu
  David Benjamin 00d7a7cee7 Drop cached certificate signature validity flag 8 lat temu
  Adam Langley d2b5af56cf Revert scoped_types.h change. 8 lat temu
  Adam Langley 8d79ed6740 Assume that MSVC supports C++11. 8 lat temu
  Adam Langley 8c3c3135a2 Remove scoped_types.h. 8 lat temu
  David Benjamin 52a3bf2835 Add checks to X509_NAME_oneline() 8 lat temu
  David Benjamin 981936791e Remove some easy obj.h dependencies. 8 lat temu
  David Benjamin a2f2bc3a40 Align with upstream's error strings, take two. 8 lat temu
  David Benjamin fb8e678897 Match upstream's error codes for the old sigalg code. 8 lat temu
  David Benjamin 17727c6843 Move all signature algorithm code to crypto/x509. 8 lat temu
  David Benjamin e13263d5e4 Resolve a few old TODOs. 8 lat temu
  David Benjamin 8a58933db0 Remove the CRYPTO_EX_new callback. 9 lat temu
  David Benjamin 79a0589dc4 Ditch remaining filename comments from public headers and ssl/ 9 lat temu
  David Benjamin 43c4d17230 Add X509_CRL_up_ref. 9 lat temu
  David Benjamin 43bd18f3b2 Don't define typedefs twice. 9 lat temu
  David Benjamin 34248d4cb7 Get rid of err function codes. 9 lat temu
  Matt Braithwaite c0fe12cdf7 Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b. 9 lat temu
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ 9 lat temu
  Adam Langley 4e581b5378 Add support for reading PKCS#7 data from PEM files. 9 lat temu