-
Notifications
You must be signed in to change notification settings - Fork 45
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-5001 Additions to support maistra/proxy build #128
OSSM-5001 Additions to support maistra/proxy build #128
Commits on Oct 17, 2023
-
OSSM-5001 Added stdc++fs library to prefixer link line
Required when building in maistra-builder:2.5 (clang++13) Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for c3615ce - Browse repository at this point
Copy the full SHA c3615ceView commit details -
OSSM-5001 Replaced bc with bash arithmetic
Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ca9c72e - Browse repository at this point
Copy the full SHA ca9c72eView commit details
Commits on Nov 1, 2023
-
Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d4b330c - Browse repository at this point
Copy the full SHA d4b330cView commit details
Commits on Nov 2, 2023
-
OSSM-5001 Added missing .bazelversion file
Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5d11029 - Browse repository at this point
Copy the full SHA 5d11029View commit details
Commits on Nov 9, 2023
-
Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8cc7bfd - Browse repository at this point
Copy the full SHA 8cc7bfdView commit details
Commits on Nov 14, 2023
-
OSSM-5001 Fixed lbbssl-compat.a installation directory
Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5d0a292 - Browse repository at this point
Copy the full SHA 5d0a292View commit details
Commits on Nov 16, 2023
-
OSSM-5001 Modified check for installed OpenSSL
Now checks for <openssl/types.h> instead of <openssl/ssl.h> because <openssl/types.h> is only in OpenSSL 3.0.x. This ensures that if the host only has OpenSSL 1.1.x headers, they will not be used. Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b5c6d09 - Browse repository at this point
Copy the full SHA b5c6d09View commit details
Commits on Dec 13, 2023
-
Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for de50633 - Browse repository at this point
Copy the full SHA de50633View commit details
Commits on Dec 14, 2023
-
OSSM-5001 Added PEM_write_bio_X509() implementation in bssl-compat
Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 62cf7c7 - Browse repository at this point
Copy the full SHA 62cf7c7View commit details -
OSSM-5001 Added PEM_read_bio_X509_AUX() implementation in bssl-compat
Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 4b204eb - Browse repository at this point
Copy the full SHA 4b204ebView commit details -
OSSM-5001 Added i2d_X509_PUBKEY() implementation in bssl-compat
Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for e7f3d00 - Browse repository at this point
Copy the full SHA e7f3d00View commit details
Commits on Dec 15, 2023
-
OSSM-5001 Fixed OpenSSL version checking
The functions that were being used to check the loaded OpenSSL version were only available in OpenSSL >= 3.0.0, so the check crashed if 1.1.1 libraries were loaded. Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ae9d798 - Browse repository at this point
Copy the full SHA ae9d798View commit details
Commits on Dec 20, 2023
-
OSSM-5001 Added temporary patches to get envoy linking
Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for e0827e4 - Browse repository at this point
Copy the full SHA e0827e4View commit details
Commits on Dec 21, 2023
-
OSSM-5001 Tidy up bssl-compat install process
There were some unnecessary files getting installed as part of the bssl-compat installation process. In particular, the googletest headers were being installed, which was upsetting the envoy build. Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f2697d1 - Browse repository at this point
Copy the full SHA f2697d1View commit details
Commits on Jan 10, 2024
-
OSSM-5001 Added SSL_get0_peer_verify_algorithms() & d2i_X509() to bss…
…l-compat Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 2bfc638 - Browse repository at this point
Copy the full SHA 2bfc638View commit details -
OSM-5001 Removed the use of equal preference groups in default cipher…
… suite spec Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 574a176 - Browse repository at this point
Copy the full SHA 574a176View commit details
Commits on Jan 23, 2024
-
OSSM-5001 Added SSLTest.test_SSL_get_servername_inside_select_certifi…
…cate_cb The test passes on BoringSSL but is skipped on bssl-compat pending a fix Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 608d41b - Browse repository at this point
Copy the full SHA 608d41bView commit details
Commits on Feb 20, 2024
-
OSSM-5001 Updated envoy from c2919e9 (v1.26.6 tag) to 772b418 (releas…
…e/v1.26 branch) Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 56865b6 - Browse repository at this point
Copy the full SHA 56865b6View commit details
Commits on Feb 21, 2024
-
OSSM-5001 Fixed segv in SSL_CIPHER_get_min_version()
SSL_CIPHER_get_min_version() would segv when called for a cipher who's implementation engine wasn't loaded. Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 76bbae6 - Browse repository at this point
Copy the full SHA 76bbae6View commit details
Commits on Feb 22, 2024
-
OSSM-5001 Fixed calling SSL_get_servername() within select certificat…
…e callback Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d8263de - Browse repository at this point
Copy the full SHA d8263deView commit details
Commits on Feb 27, 2024
-
OSSM-5001 Replace the use of SSL_get_peer_certificate() in ContextImp…
…l::verifyCallback() The SSL_get_peer_certificate() function doesn't work the same way in OpenSSL as it does in BoringSSL, when called within a callback installed via SSL_CTX_set_cert_verify_callback(). Therefore, we replace it with calls to X509_STORE_CTX_get_current_cert() and X509_STORE_CTX_get0_cert(). Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 4aa3cd4 - Browse repository at this point
Copy the full SHA 4aa3cd4View commit details
Commits on Mar 1, 2024
-
OSSM-5001 Run just the with_sync_cert_validation test variants
Since we aren't supporting async certificate validation, ensure that we only run the tests in "with_sync_cert_validation" mode. Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a4d1f1b - Browse repository at this point
Copy the full SHA a4d1f1bView commit details -
OSSM-5001 Added translation from IANA cipher suite names to OpenSSL e…
…quivalent This allows the use of IANA cipher suite names as well as OpenSSL specific names, which in turn means fewer patches to upstream source, expecially configs in test code. Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9307158 - Browse repository at this point
Copy the full SHA 9307158View commit details -
OSSM-5001 Disabled tests that use the private_key_provider configuration
Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8cec652 - Browse repository at this point
Copy the full SHA 8cec652View commit details
Commits on Mar 4, 2024
-
OSSM-5001 SSL_set_ocsp_response() now works when called from a select…
… certificate callback Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ac25602 - Browse repository at this point
Copy the full SHA ac25602View commit details
Commits on Mar 5, 2024
-
OSSM-5001 Added GENERAL_NAMES_free()
Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b59446a - Browse repository at this point
Copy the full SHA b59446aView commit details
Commits on Mar 22, 2024
-
OSSM-5001 Many additions & fixes (WIP)
2 tests fail to build 3 tests fail to pass Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1c9a393 - Browse repository at this point
Copy the full SHA 1c9a393View commit details