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
Pinned
2,480 contributions in the last year
Activity overview
Contribution activity
June 2020
Created a pull request in openssl/openssl that received 14 comments
APPS: Drop interactive mode in the 'openssl' program
This mode is severely untested and unmaintained, is seems not to be used very much.
+20
−90
•
14
comments
- Build: Remove faulty DES assembler spec
- DOCS: Add documentation for EVP_PKEY_CTX_set_rsa_pss_keygen_mgf1_md_name()
- EVP: allow empty strings to EVP_Decode* functions
- util/find-doc-nits: Do not read "missing" files when -u is given
- Amendment to #12080
- APPS: Refactoring dsaparam and dhparam
- Fix crypto/evp/pmeth_check.c copyright years
- TEMPORARY, never to be merged
- TESTUTIL: Separate TAP output and other output by BIO filter
- EVP: Let EVP_PKEY_gen() initialize ctx->keygen_info
- Centralize bio error
- namemap: change ossl_namemap_empty() to do what the documentation says.
- Fix `no-ts` builds.
- DOC: Fix link to test/README.external in INSTALL.md
- some tweaks for the provider cipher implementation
- Fix some man page typos
- Serialisation: add a built-in serialisation provider.
- Remove whitespace from 'white space'
- Thread safety: break lock order inversion in pkey serialisation.
- Configure DEPs for FIPS provider on AIX.
- Provider friendly random.
- property: default properties don't work with a NULL query.
- Fix two additional instances of the old EVP_MAC_CTX_ functions being used.
- Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt
- Use the inherited 'bsd-gcc-shared' config on 32-bit x86 BSDs.
- Test genpkey app for EC keygen with various args
- Update and extend NOTES.WIN, adding 'Quick start' subsection
- Improve DH and DSA error output
- mac: make function naming consistent.
- kdf: make function naming consistent.
- Add run_tests.pl options VERBOSE_FAILURES_ONLY etc. for output focused on failed (sub-)test cases
- Better words
- fix mem leaks in try_decode_PKCS12() of crypto/store/
- APPS: Fix invoking openssl without a command
- Ensure CMAC_CTX is correctly initialised
- Some pull request reviews not shown.
Created an issue in openssl/openssl that received 12 comments
Lack of verbosity in verbose test display (environment variables)
When testing verbosly, we do display every program invocation that's being done, and its exit code. As an example, I use a test output from #11926: $
12
comments