2019-11-05 |
Richard Levitte | Minimal adaptation of tests back to how it was before
|
commit | commitdiff | tree |
2019-11-05 |
Richard Levitte | EVP: Make the SIGNATURE implementation leaner
|
commit | commitdiff | tree |
2019-11-05 |
Richard Levitte | EVP: Make the KEYEXCH implementation leaner
|
commit | commitdiff | tree |
2019-11-03 |
Richard Levitte | Document added SSL functions related to X509_LOOKUP_store
|
commit | commitdiff | tree |
2019-11-03 |
Richard Levitte | X509_LOOKUP_store: Add CHANGES note
|
commit | commitdiff | tree |
2019-11-03 |
Richard Levitte | Document X509_LOOKUP_store
|
commit | commitdiff | tree |
2019-11-03 |
Richard Levitte | Adapt two test programs that were using now deprecated...
|
commit | commitdiff | tree |
2019-11-03 |
Richard Levitte | Add a basic test of -CAstore
|
commit | commitdiff | tree |
2019-11-03 |
Richard Levitte | OSSL_STORE: add tracing
|
commit | commitdiff | tree |
2019-11-03 |
Richard Levitte | Add -CAstore and similar to all openssl commands that...
|
commit | commitdiff | tree |
2019-11-03 |
Richard Levitte | X509_LOOKUP_store: new X509_LOOKUP_METHOD that works...
|
commit | commitdiff | tree |
2019-11-03 |
Richard Levitte | OSSL_STORE: constify the criterion parameter a bit...
|
commit | commitdiff | tree |
2019-11-03 |
Richard Levitte | Change EVP_PKEY_CTX_new_provided() to take a library...
|
commit | commitdiff | tree |
2019-11-03 |
Richard Levitte | Make EVP_PKEY_CTX initialization more precise
|
commit | commitdiff | tree |
2019-11-02 |
Richard Levitte | VMS: Added new method to gather entropy on VMS, based...
|
commit | commitdiff | tree |
2019-11-02 |
Christian Heimes | Add test cases for min/max protocol API Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2019-11-02 |
Richard Levitte | Configure: Make --strict-warnings meaningful with MSVC cl
|
commit | commitdiff | tree |
2019-11-02 |
Richard Levitte | BIO_s_connect: add an error state and use it
|
commit | commitdiff | tree |
2019-10-31 |
Richard Levitte | evp_pkey_ctx_free_old_ops(): Make sure to assign NULL...
|
commit | commitdiff | tree |
2019-10-31 |
Richard Levitte | crypto/evp/evp_fetch.c: Make it more prominent that...
|
commit | commitdiff | tree |
2019-10-21 |
Rich Salz | Add/remove things from .gitignore Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2019-10-21 |
Richard Levitte | crypto/s390xcap.c: Add guards around the GETAUXVAL...
|
commit | commitdiff | tree |
2019-10-21 |
Richard Levitte | crypto/evp/pmeth_lib.c: Fix copy'n'paste error
|
commit | commitdiff | tree |
2019-10-20 |
Richard Levitte | windows-makefile.tmpl: Convert all /I and /D to -I...
|
commit | commitdiff | tree |
2019-10-18 |
Richard Levitte | Doc for the added internal RSA functions
|
commit | commitdiff | tree |
2019-10-18 |
Richard Levitte | Move the version function declarations to include/openssl...
|
commit | commitdiff | tree |
2019-10-18 |
Richard Levitte | Remove the version number in README
|
commit | commitdiff | tree |
2019-10-18 |
Richard Levitte | Generate include/openssl/opensslv.h
|
commit | commitdiff | tree |
2019-10-18 |
Richard Levitte | Configure: get version from the file 'VERSION' instead...
|
commit | commitdiff | tree |
2019-10-17 |
Rich Salz | Replace BUF_ string function calls with OPENSSL_ ones Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | Move BLAKE2 digests completely to the default provider
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | evp_keymgmt_export_to_provider(): adjust OSSL_PARAM...
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | test/keymgmt_internal_test.c: New test of keymgmt internals
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | New RSA keymgmt implementation to handle import / export...
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | Added internal functions for easy getting and setting...
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | Don't abuse the API when that's not what is tested
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | DSA: Add export of keys and domain parameters from...
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | DH: Add export of keys and domain parameters from provider
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | DSA: Add export of domain parameters to provider
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | DH: Add export of domain parameters to provider
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | PKEY: adapt the export_to_provider funtions to handle...
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | Configure: break long lines in build files
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | Rename internal function name_cmp() to v3_name_cmp()
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | evp_generic_do_all(): fix passing of method data
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | 'openssl list' and 'openssl provider': adapt display...
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | EVP: add functions that return the name number
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | EVP: add name traversal functions to all fetchable...
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | EVP: add missing common functionality
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | Some docs cleanup
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | For provided ciphers, EVP_CIPHER_CTX_ctrl() with EVP_CTRL_IN...
|
commit | commitdiff | tree |
2019-10-17 |
Richard Levitte | EVP_{CIPHER,MD}_CTX_ctrl(): make extra sure to return...
|
commit | commitdiff | tree |
2019-10-16 |
Richard Levitte | doc/man3/EVP_PKEY_CTX_new.pod: change markup according...
|
commit | commitdiff | tree |
2019-10-16 |
Richard Levitte | Add EVP_PKEY_CTX_new_provided()
|
commit | commitdiff | tree |
2019-10-14 |
Rich Salz | Remove duplicated line in 'openssl list' output Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2019-10-14 |
Richard Levitte | Move MD2, MD4 and MD5 digests completely to the providers
|
commit | commitdiff | tree |
2019-10-14 |
Rich Salz | Replace '=for comment ifdef' with '=for openssl' Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2019-10-14 |
Richard Levitte | Building: Add modules with DEPENDs to GENERATEd files
|
commit | commitdiff | tree |
2019-10-14 |
Richard Levitte | Restore MD5-SHA1 in legacy method database
|
commit | commitdiff | tree |
2019-10-14 |
Richard Levitte | KDF: clean away old EVP_KDF declarations
|
commit | commitdiff | tree |
2019-10-11 |
Richard Levitte | Remove EVP_CIPH_FLAG_CUSTOM_CIPHER in all our providers
|
commit | commitdiff | tree |
2019-10-11 |
Richard Levitte | Providers: fix OSSL_FUNC_CIPHER_CIPHER functions
|
commit | commitdiff | tree |
2019-10-11 |
Richard Levitte | Fix EVP_Cipher() for provided cipher implementations
|
commit | commitdiff | tree |
2019-10-11 |
Richard Levitte | POD: stop abusing comment
|
commit | commitdiff | tree |
2019-10-11 |
Richard Levitte | Doc: update internal build.info manual
|
commit | commitdiff | tree |
2019-10-11 |
Richard Levitte | Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW
|
commit | commitdiff | tree |
2019-10-10 |
Richard Levitte | Cleanup: move provider mains up
|
commit | commitdiff | tree |
2019-10-10 |
Richard Levitte | Cleanup: move remaining providers/common/include/internal/*.h
|
commit | commitdiff | tree |
2019-10-10 |
Richard Levitte | Cleanup: move providers/common/include/internal/provider_args.h
|
commit | commitdiff | tree |
2019-10-10 |
Richard Levitte | Providers: move all ciphers
|
commit | commitdiff | tree |
2019-10-10 |
Richard Levitte | Providers: move all digests
|
commit | commitdiff | tree |
2019-10-10 |
Richard Levitte | Providers: move default kdfs,macs
|
commit | commitdiff | tree |
2019-10-10 |
Richard Levitte | Providers: move common exchange,kdfs,keymgmt,macs,signature
|
commit | commitdiff | tree |
2019-10-10 |
Richard Levitte | Rework how our providers are built
|
commit | commitdiff | tree |
2019-10-10 |
Richard Levitte | Build files: Make it possible to source libraries into...
|
commit | commitdiff | tree |
2019-10-10 |
Richard Levitte | Configurations/common.tmpl: Rework dependency resolution
|
commit | commitdiff | tree |
2019-10-10 |
Richard Levitte | Configure: Implement attributes for DEPEND[xxx]
|
commit | commitdiff | tree |
2019-10-10 |
Richard Levitte | Configure: rework build.info grammar and attributes
|
commit | commitdiff | tree |
2019-10-09 |
Rich Salz | Explicitly test against NULL; do not use !p or similar Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2019-10-09 |
Rich Salz | Refactor -passin/-passout documentation Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2019-10-09 |
Richard Levitte | Document build.info syntax internally
|
commit | commitdiff | tree |
2019-10-09 |
Richard Levitte | util/find-doc-nits: ignore tsget.pod name
|
commit | commitdiff | tree |
2019-10-09 |
Richard Levitte | Command docs: more reference fixes
|
commit | commitdiff | tree |
2019-10-09 |
Richard Levitte | Command docs: rename openssl-tsget.pod to tsget.pod...
|
commit | commitdiff | tree |
2019-10-09 |
Richard Levitte | Command docs: diverse small fixes
|
commit | commitdiff | tree |
2019-10-09 |
Richard Levitte | Command docs: fix some engine references
|
commit | commitdiff | tree |
2019-10-09 |
Richard Levitte | Command docs: wrap literal input/output with C<>
|
commit | commitdiff | tree |
2019-10-09 |
Richard Levitte | Command docs: wrap literal file names with F<>
|
commit | commitdiff | tree |
2019-10-09 |
Richard Levitte | Command docs: fix links to other sections (sometimes...
|
commit | commitdiff | tree |
2019-10-09 |
Richard Levitte | Command docs: fix up command references
|
commit | commitdiff | tree |
2019-10-09 |
Richard Levitte | Command docs: replacables are in italics, options always...
|
commit | commitdiff | tree |
2019-10-09 |
Richard Levitte | Command docs: remove ellipses for '-rand'
|
commit | commitdiff | tree |
2019-10-09 |
Richard Levitte | Command docs: fix ellipses, the easy cases
|
commit | commitdiff | tree |
2019-10-07 |
Richard Levitte | Add documentation for PEM_{read,write}_bio_Parameters()
|
commit | commitdiff | tree |
2019-10-06 |
Richard Levitte | EVP_{CIPHER,MD}_CTX_ctrl(): make sure to return 0 or 1
|
commit | commitdiff | tree |
2019-10-06 |
Rich Salz | Deprecate NCONF_WIN32() function Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2019-10-06 |
Rich Salz | Also mention -- flag and ignore if undocumented Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2019-10-04 |
Richard Levitte | Move MD5-SHA1 digest completely to the default provider
|
commit | commitdiff | tree |
2019-10-03 |
Richard Levitte | Move all SHA digests completely to the default provider
|
commit | commitdiff | tree |
2019-10-03 |
Rich Salz | Rename "private" file, doc doc changes in CHANGES Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2019-10-03 |
Richard Levitte | Adapt existing providers to posibly have name lists
|
commit | commitdiff | tree |
next |