2019-10-17 |
Richard Levitte | Rename internal function name_cmp() to v3_name_cmp() |
commit | commitdiff | tree | snapshot |
2019-10-17 |
Richard Levitte | evp_generic_do_all(): fix passing of method data |
commit | commitdiff | tree | snapshot |
2019-10-17 |
Richard Levitte | 'openssl list' and 'openssl provider': adapt display... |
commit | commitdiff | tree | snapshot |
2019-10-17 |
Richard Levitte | EVP: add functions that return the name number |
commit | commitdiff | tree | snapshot |
2019-10-17 |
Richard Levitte | EVP: add name traversal functions to all fetchable... |
commit | commitdiff | tree | snapshot |
2019-10-17 |
Richard Levitte | EVP: add missing common functionality |
commit | commitdiff | tree | snapshot |
2019-10-17 |
Richard Levitte | Some docs cleanup |
commit | commitdiff | tree | snapshot |
2019-10-17 |
Richard Levitte | For provided ciphers, EVP_CIPHER_CTX_ctrl() with EVP_CT... |
commit | commitdiff | tree | snapshot |
2019-10-17 |
Richard Levitte | EVP_{CIPHER,MD}_CTX_ctrl(): make extra sure to return... |
commit | commitdiff | tree | snapshot |
2019-10-17 |
Robbie Harwood | [KDF] Add feedback-mode and CMAC support to KBKDF |
commit | commitdiff | tree | snapshot |
2019-10-16 |
Richard Levitte | doc/man3/EVP_PKEY_CTX_new.pod: change markup according... |
commit | commitdiff | tree | snapshot |
2019-10-16 |
Richard Levitte | Add EVP_PKEY_CTX_new_provided() |
commit | commitdiff | tree | snapshot |
2019-10-16 |
Andreas Schnebinger | Fix typo and create compatibility macro |
commit | commitdiff | tree | snapshot |
2019-10-16 |
Matt Caswell | Correctly handle SSL3 Master Secret when calling providers |
commit | commitdiff | tree | snapshot |
2019-10-16 |
Shane Lontis | Add ChaCha related ciphers to default provider |
commit | commitdiff | tree | snapshot |
2019-10-16 |
Shane Lontis | Fix missing Assembler defines |
commit | commitdiff | tree | snapshot |
2019-10-15 |
Nicola Tuveri | [ec_asn1.c] Avoid injecting seed when built-in matches |
commit | commitdiff | tree | snapshot |
2019-10-15 |
Rich Salz | Refactor many common flags into openssl.pod |
commit | commitdiff | tree | snapshot |
2019-10-14 |
Rich Salz | Remove duplicated line in 'openssl list' output |
commit | commitdiff | tree | snapshot |
2019-10-14 |
Kurt Roeckx | Add BN_check_prime() |
commit | commitdiff | tree | snapshot |
2019-10-14 |
Kurt Roeckx | Use fewer primes for the trial division |
commit | commitdiff | tree | snapshot |
2019-10-14 |
Richard Levitte | Move MD2, MD4 and MD5 digests completely to the providers |
commit | commitdiff | tree | snapshot |
2019-10-14 |
Rich Salz | Replace '=for comment ifdef' with '=for openssl' |
commit | commitdiff | tree | snapshot |
2019-10-14 |
Richard Levitte | Building: Add modules with DEPENDs to GENERATEd files |
commit | commitdiff | tree | snapshot |
2019-10-14 |
Richard Levitte | Restore MD5-SHA1 in legacy method database |
commit | commitdiff | tree | snapshot |
2019-10-14 |
Richard Levitte | KDF: clean away old EVP_KDF declarations |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Pauli | Remove providers/default which seems to have been missed. |
commit | commitdiff | tree | snapshot |
2019-10-13 |
Dr. Matthias... | Configure: accept Windows style compiler options |
commit | commitdiff | tree | snapshot |
2019-10-12 |
Viktor Dukhovni | Ignore empty ALPN elements in CLI args |
commit | commitdiff | tree | snapshot |
2019-10-11 |
Richard Levitte | Remove EVP_CIPH_FLAG_CUSTOM_CIPHER in all our providers |
commit | commitdiff | tree | snapshot |
2019-10-11 |
Richard Levitte | Providers: fix OSSL_FUNC_CIPHER_CIPHER functions |
commit | commitdiff | tree | snapshot |
2019-10-11 |
Richard Levitte | Fix EVP_Cipher() for provided cipher implementations |
commit | commitdiff | tree | snapshot |
2019-10-11 |
Richard Levitte | POD: stop abusing comment |
commit | commitdiff | tree | snapshot |
2019-10-11 |
Matt Caswell | Add a test for EVP_Digest[Sign|Verify]* with a BIO MD |
commit | commitdiff | tree | snapshot |
2019-10-11 |
Matt Caswell | Support calling EVP_DigestUpdate instead of EVP_Digest... |
commit | commitdiff | tree | snapshot |
2019-10-11 |
Matt Caswell | Don't use internal knowledge about EVP_MD_CTX in and... |
commit | commitdiff | tree | snapshot |
2019-10-11 |
Richard Levitte | Doc: update internal build.info manual |
commit | commitdiff | tree | snapshot |
2019-10-11 |
Richard Levitte | Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Viktor Szakats | Fix unused goto label gcc warning |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Artiom Vaskov | ssl/statem/statem_lib.c: make servercontext/clientconte... |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Richard Levitte | Cleanup: move provider mains up |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Richard Levitte | Cleanup: move remaining providers/common/include/intern... |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Richard Levitte | Cleanup: move providers/common/include/internal/provide... |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Richard Levitte | Providers: move all ciphers |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Richard Levitte | Providers: move all digests |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Richard Levitte | Providers: move default kdfs,macs |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Richard Levitte | Providers: move common exchange,kdfs,keymgmt,macs,signature |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Richard Levitte | Rework how our providers are built |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Richard Levitte | Build files: Make it possible to source libraries into... |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Richard Levitte | Configurations/common.tmpl: Rework dependency resolution |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Richard Levitte | Configure: Implement attributes for DEPEND[xxx] |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Richard Levitte | Configure: rework build.info grammar and attributes |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Rich Salz | Explicitly test against NULL; do not use !p or similar |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Rich Salz | Refactor -passin/-passout documentation |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Richard Levitte | Document build.info syntax internally |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Rich Salz | Fix reference to PEM docs |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Richard Levitte | util/find-doc-nits: ignore tsget.pod name |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Richard Levitte | Command docs: more reference fixes |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Richard Levitte | Command docs: rename openssl-tsget.pod to tsget.pod... |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Richard Levitte | Command docs: diverse small fixes |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Richard Levitte | Command docs: fix some engine references |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Richard Levitte | Command docs: wrap literal input/output with C<> |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Richard Levitte | Command docs: wrap literal file names with F<> |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Richard Levitte | Command docs: fix links to other sections (sometimes... |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Richard Levitte | Command docs: fix up command references |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Richard Levitte | Command docs: replacables are in italics, options alway... |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Richard Levitte | Command docs: remove ellipses for '-rand' |
commit | commitdiff | tree | snapshot |
2019-10-09 |
Richard Levitte | Command docs: fix ellipses, the easy cases |
commit | commitdiff | tree | snapshot |
2019-10-08 |
Shane Lontis | Fix CMP test error on platforms which set OPENSSL_FUNC... |
commit | commitdiff | tree | snapshot |
2019-10-08 |
Shane Lontis | Add rc2 ciphers to default provider |
commit | commitdiff | tree | snapshot |
2019-10-07 |
Shane Lontis | Move cipher ctx 'original iv' parameter into the provider |
commit | commitdiff | tree | snapshot |
2019-10-07 |
Richard Levitte | Add documentation for PEM_{read,write}_bio_Parameters() |
commit | commitdiff | tree | snapshot |
2019-10-07 |
Rich Salz | Fix typo in flag name |
commit | commitdiff | tree | snapshot |
2019-10-07 |
Matt Caswell | Fix no-autoerrinit |
commit | commitdiff | tree | snapshot |
2019-10-07 |
Matt Caswell | Send bad_record_mac instead of decryption_failed |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Paul Yang | Support SM2 in apps/speed |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Richard Levitte | EVP_{CIPHER,MD}_CTX_ctrl(): make sure to return 0 or 1 |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Rich Salz | Deprecate NCONF_WIN32() function |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Rich Salz | Also mention -- flag and ignore if undocumented |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Pauli | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Rich Salz | Add missing help text for some options |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Matt Caswell | RC4 is not a block cipher |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Rich Salz | Fix L<EVP_KDF-derive> to L<EVP_DEF_derive> |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Richard Levitte | Move MD5-SHA1 digest completely to the default provider |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Pauli | Remove unused fields in method store structure. |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Richard Levitte | Move all SHA digests completely to the default provider |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Rich Salz | Rename "private" file, doc doc changes in CHANGES |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Richard Levitte | Adapt existing providers to posibly have name lists |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Richard Levitte | Replumbing: make it possible for providers to specify... |
commit | commitdiff | tree | snapshot |
2019-10-03 |
NaveenShivanna86 | 'init_buf' memory can be freed when DTLS is used over... |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Dr. Matthias... | rsa: replace magic number '11' by RSA_PKCS1_PADDING_SIZE |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Matt Caswell | Don't follow legacy path if ctx->pctx is set |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Matt Caswell | Fix no-err |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Matt Caswell | Free a fetched digest during EVP_MD_CTX_reset() not... |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Matt Caswell | Don't call EVP_MD_CTX_reset during EVP_DigestFinal |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Matt Caswell | Add a test for the newly added md params code |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Matt Caswell | Update EVP_MD_CTX_get_params() et al to be EVP_DigestSi... |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Matt Caswell | Update documentation |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Matt Caswell | Ensure we look at EVP_MD_CTX_FLAG_KEEP_PKEY_CTX in... |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Matt Caswell | Add EVP_DigestSign/EVP_DigestVerify support for DSA |
commit | commitdiff | tree | snapshot |
next |