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 |
2019-10-03 |
Matt Caswell | Add the provider function signatures for DigestSign* |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Shane Lontis | Add rc5 ciphers to default provider |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Fangming.Fang | Add arm64 in test matrix on TravisCI. |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Christian Heimes | doc: EVP_DigestInit clears all flags |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Rich Salz | Fix errors found by new find-doc-nits |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Rich Salz | Add wordlist from man7.org |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Daniil Zotkin | Do not print extensions in Certificate message for... |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Shane Lontis | Fix Coverity issues |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Michael Osipov | Fix long name of some Microsoft objects |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Richard Levitte | doc/man1: fix malformed options |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Richard Levitte | util/find-doc-nits: more precise option and function... |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Rich Salz | Update "missing documentation" function lists |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Rich Salz | Add '=for comment ifdef' to pod pages |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Richard Levitte | Make EVP_CIPHER_is_a() work with legacy cipher implemen... |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Richard Levitte | Remove EVP_CIPH_FLAG_DEFAULT_ASN1 from all provided... |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Richard Levitte | Adapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for... |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Richard Levitte | Make manuals with TYPE conform with man-pages(7) |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Richard Levitte | Make ASN1 manuals conform with man-pages(7) |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Rich Salz | Consistent formatting of flags with args |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Kurt Roeckx | Add defines for __NR_getrandom for all Linux architectures |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Richard Levitte | Make ASYNC manuals conform with man-pages(7) |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt Caswell | Correct the function names in SSL_CTX_set_stateless_coo... |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Paul Yang | Fix a bundle of mischecks of return values |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Dr. David von... | Make default values by ERR_get_error_all() and friends... |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Paul Yang | Fix a return value bug in apps/speed.c |
commit | commitdiff | tree | snapshot |
2019-09-27 |
Pauli | Consistent naming for context gettable param queries . |
commit | commitdiff | tree | snapshot |
2019-09-29 |
Richard Levitte | Make relevant tests more sensitive to 'no-fips' |
commit | commitdiff | tree | snapshot |
2019-09-29 |
Paul Yang | Fix a document description in apps/req |
commit | commitdiff | tree | snapshot |
2019-09-29 |
Paul Yang | Fix a double free issue when signing SM2 cert |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Dr. Matthias... | Add util/fix-includes script |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Dr. Matthias... | Add legacy include guards to public header files |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Dr. Matthias... | Fix header file include guard names |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Dr. Matthias... | Reorganize public header files (part 2) |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Dr. Matthias... | Reorganize public header files (part 1) |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Dr. Matthias... | Reorganize local header files |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Dr. Matthias... | Reorganize private crypto header files |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Dr. Matthias... | Add legacy include guard manually to opensslconf.h.in |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Richard Levitte | Funtion name with variable part in doc/man7/ and doc... |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Richard Levitte | Make doc/man7/ and doc/internal/man3/ conform with... |
commit | commitdiff | tree | snapshot |
2019-09-27 |
Robbie Harwood | [KDF] Add KBKDF implementation for counter-mode HMAC |
commit | commitdiff | tree | snapshot |
2019-09-27 |
Richard Levitte | OSSL_PARAM functions: change to allow the data field... |
commit | commitdiff | tree | snapshot |
2019-09-27 |
Richard Levitte | OSSL_PARAM.pod: document the mechanism to figure out... |
commit | commitdiff | tree | snapshot |
2019-09-27 |
Dr. David von... | Certificate Management Protocol (CMP, RFC 4210... |
commit | commitdiff | tree | snapshot |
2019-09-27 |
Pauli | Reformat param description lines |
commit | commitdiff | tree | snapshot |
2019-09-27 |
Pauli | Make OSSL_PARAM descriptions uniformly formatted. |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Richard Levitte | When building of modules is disabled, build the legacy... |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Richard Levitte | Configure, build.info: make it possible to use variable... |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Rich Salz | Ensure man1 POD files start with openssl- |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Fangming.Fang | Missing else in cipher_hw_aes_ocb_generic_initkey |
commit | commitdiff | tree | snapshot |
2019-09-25 |
Pauli | Use OSSL_PARAM types. Limits are explained in the... |
commit | commitdiff | tree | snapshot |
2019-09-25 |
Pauli | Use OSSL_PARAM types. Limits are explained in the... |
commit | commitdiff | tree | snapshot |
2019-09-25 |
Pauli | KDF section 3 clean up |
commit | commitdiff | tree | snapshot |
2019-09-25 |
Pauli | Use OSSL_PARAM types for MAC documentation |
commit | commitdiff | tree | snapshot |
2019-09-25 |
Pauli | Use OSSL_PARAM types for KDF documentation |
commit | commitdiff | tree | snapshot |
2019-09-25 |
Patrick Steuer | s390x assembly pack: accelerate X25519, X448, Ed25519... |
commit | commitdiff | tree | snapshot |
2019-09-25 |
Patrick Steuer | s390x assembly pack: cleanse only sensitive fields |
commit | commitdiff | tree | snapshot |
next |