Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSSM-3365 Added more <openssl/x509.h> functions #107

Merged
merged 17 commits into from
Jun 27, 2023

Conversation

tedjpoole
Copy link
Contributor

Added:

  • X509_get_key_usage()
  • X509_digest()
  • X509_EXTENSION_get_data()
  • X509_get_ext_by_OBJ()
  • X509_get_ext_d2i()
  • X509_get_ext()
  • X509_get_serialNumber()
  • X509_get_X509_PUBKEY()
  • X509_get0_notAfter()
  • X509_get0_notBefore()
  • X509_PUBKEY_get()
  • X509_NAME_digest()
  • X509_NAME_entry_count()
  • X509_NAME_ENTRY_set()
  • X509_NAME_get_entry()
  • X509_NAME_get_index_by_NID()
  • X509_NAME_print_ex()
  • X509_STORE_add_cert()
  • X509_STORE_add_crl()
  • X509_STORE_CTX_get_error_depth()
  • X509_STORE_CTX_get0_untrusted()
  • X509_STORE_CTX_get_ex_data()

Enabled more BoringSSL unit tests:

  • X509Test.X509NameSet

Signed-off-by: Ted Poole tpoole@redhat.com

Signed-off-by: Ted Poole <tpoole@redhat.com>
Signed-off-by: Ted Poole <tpoole@redhat.com>
Signed-off-by: Ted Poole <tpoole@redhat.com>
Signed-off-by: Ted Poole <tpoole@redhat.com>
Signed-off-by: Ted Poole <tpoole@redhat.com>
Signed-off-by: Ted Poole <tpoole@redhat.com>
Signed-off-by: Ted Poole <tpoole@redhat.com>
- X509_NAME_entry_count()
- X509_NAME_ENTRY_set()
- X509_NAME_get_entry()

Enabled more BoringSSL unit tests:

- X509Test.X509NameSet

Signed-off-by: Ted Poole <tpoole@redhat.com>
Signed-off-by: Ted Poole <tpoole@redhat.com>
- X509_get_X509_PUBKEY
- X509_get0_notAfter
- X509_get0_notBefore
- X509_PUBKEY_get

Signed-off-by: Ted Poole <tpoole@redhat.com>
Signed-off-by: Ted Poole <tpoole@redhat.com>
Signed-off-by: Ted Poole <tpoole@redhat.com>
Signed-off-by: Ted Poole <tpoole@redhat.com>
Signed-off-by: Ted Poole <tpoole@redhat.com>
Signed-off-by: Ted Poole <tpoole@redhat.com>
Signed-off-by: Ted Poole <tpoole@redhat.com>
Signed-off-by: Ted Poole <tpoole@redhat.com>
@tedjpoole tedjpoole requested a review from dcillera June 26, 2023 10:34
@tedjpoole tedjpoole merged commit 727d2c7 into envoyproxy:main Jun 27, 2023
@tedjpoole tedjpoole deleted the OSSM-3365-add-x509-h-functions branch June 27, 2023 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants