Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
-
-
This application is meant to monitor XBee network activity over a serial port connected to an XBee coordinator. The app is built using wxWidgets to enable cross platform functionality.
C++ 2
312 contributions in the last year
Activity overview
Contributed to
awslabs/s2n,
rday/rustpals,
aws-samples/aws-cloudhsm-jce-examples
and 4 other
repositories
Contribution activity
August 2020
rday has no activity
yet for this period.
July 2020
Created a pull request in awslabs/s2n that received 1 comment
Fix some integv2 tests which were not behaving correctly.
Description of changes: Fix some integv2 tests which were not behaving correctly. Copy the trust store bundle so it can be accessed by integv2 All…
+10,541
−3
•
1
comment
- Update the default keyshare list sent by the client
- ci: Fix pathing from #2185
- Update references to master branch with main branch
- Properly decode stdout in integv2
- Add proof harnesses for s2n_stuffer_*_fd functions
- Adds a proof harness for s2n_stuffer_write_vector_size
- Add Integration test with OQS OpenSSL
- V2 Key Update Integ Test
- Adding integrationv2 tests for HRR client side
- Adds a proof harness for s2n_stuffer_read_line
- Adds a proof harness for s2n_stuffer_read_token
- Update Usage Guide Charts for s2n_config_set_cipher_preferences
- Updates USAGE-GUIDE for s2n_connection_client_cert_used API
- Remove deprecated methods for certificate extensions
- Adds a proof for s2n_stuffer_skip_whitespace
- Remove deprecated methods for cert_req extensions
Created an issue in awslabs/s2n that received 2 comments
rsa_pss_pss_sha256 sigalg
Problem: When using RSA-PSS+SHA256 as a signature algorithm, I can connect from openssl to s2n. When using rsa_pss_pss_sha256, I can not (no shared…
2
comments
- Integv2 dynamic record size test - Codebuild
- Formalize integ test SSL provider environment
- SSLyze integ test
- OCSP Integration test
- Fix xdist's channel IO error
- Find out why shared ciphers can't be found between openssl and S2N w/ p-384
- Refactor signature algorithm compatibility
- Integration port distribution
- Fix certificate naming convention
- Replace integration tests with v2 framework
- Simple s2n example