Popular repositories
1,710 contributions in the last year
Less
More
Contribution activity
August 2021
Created 9 commits in 1 repository
Created a pull request in openssl/openssl that received 8 comments
apps: When loading just certs or crls do not set password callback
This is rather a workaround as better fix would require loading only the pem2der decoder in the provided file store if we expect crls or certs only. …
+39
−20
•
8
comments
Opened 8 other pull requests in 1 repository
openssl/openssl
2
open
6
closed
- Multiple fixes for getting pub key from legacy DH PKEY
- Add --multilib configure option to override the multilib suffix
- Avoid freeing the conf lhashes in X509_V3_EXT*_add_conf
- X509_STORE_CTX_get_error: Fix some minor documentation issues
- cms: Do not try to check binary format on stdin and -rctform fix
- req: Avoid segfault when -modulus is used
- Prevent recursive call of OPENSSL_INIT_LOAD_CONFIG
- Windows, VMS: Do install_fips on install if fips is enabled
Reviewed 13 pull requests in 1 repository
openssl/openssl 13 pull requests
- doc: Fix ECX FIPS documentation
- Omitted signature_algorithms extension alerts updated
- Fix ipv4_from_asc behavior on invalid Ipv4 addresses
- Fix CMP app TLS connection not respecting vpm options like -crl_check
- Fix VS2019 compile error C4703: potentially uninitialized local point…
- ci: separate the config dump from the configuration command
- ctrls: add missing control string translation for key -> priv for HMAC
- Add a specialised TLS 1.3 KDF implementation
- Document necessary error code processing
-
apps/pkeyutl.c: call
ERR_print_errors()on all errors - Windows, VMS: Do install_fips on install if fips is enabled
- If we have passed the private key, don't copy it implicitly
- doc formatting fixes