2010-03-27 |
Dr. Stephen... | sync ordinals with 1.0.0 |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Dr. Stephen... | PR: 1904 |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Dr. Stephen... | PR: 1813 |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dr. Stephen... | update FAQ |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Bodo Möller | Fix for "Record of death" vulnerability CVE-2010-0740. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Dr. Stephen... | initialise buf if wrong_info not used |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Dr. Stephen... | PR: 1731 and maybe 2197 |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Andy Polyakov | rand_win.c: fix logical bug in readscreen. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Andy Polyakov | bss_file.c: fix MSC 6.0 warning. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Andy Polyakov | GHASH assembler: new ghash-sparcv9.pl module and saner... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Andy Polyakov | e_capi.c: fix typo. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Andy Polyakov | Fix UPLINK typo. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Andy Polyakov | ghash-ia64.pl: new file, GHASH for Itanium. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Dr. Stephen... | workaround for missing definition in some headers |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Dr. Stephen... | print signature parameters with CRLs too |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Dr. Stephen... | free up sigopts STACK |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Dr. Stephen... | clear bogus errors in ca utility |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Dr. Stephen... | update CHANGES |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Dr. Stephen... | add -sigopt option to ca utility |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Dr. Stephen... | add X509_CRL_sign_ctx function |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Dr. Stephen... | new sigopt and PSS support for req and x509 utilities |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Dr. Stephen... | PR: 2192 |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Dr. Stephen... | missing goto meant signature was never printed out |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Mark J. Cox | This entry was in 0.9.8m changelog but missing from... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Dr. Stephen... | Submitted by: Martin Kaiser |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Dr. Stephen... | alg2 can be NULL |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Andy Polyakov | Add GHASH x86_64 assembler. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Dr. Stephen... | typo |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Dr. Stephen... | RSA PSS ASN1 signing method |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Dr. Stephen... | typo |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Dr. Stephen... | ctrl operations to retrieve RSA algorithm settings |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Dr. Stephen... | Add support for new PSS functions in RSA EVP_PKEY_METHOD |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Dr. Stephen... | Extend PSS padding code to support different digests... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Dr. Stephen... | Algorithm specific ASN1 signing functions. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Dr. Stephen... | update cms code to use X509_ALGOR_set_md instead of... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Dr. Stephen... | New function X509_ALGOR_set_md() to set X509_ALGOR... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dr. Stephen... | don't leave bogus errors in the queue |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Andy Polyakov | Add GHASH x86 assembler. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Dr. Stephen... | PR: 2188 |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Dr. Stephen... | PR: 2186 |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Dr. Stephen... | reserve a few more bits for future cipher modes |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Andy Polyakov | gcm128.c: add option for streamed GHASH, simple benchma... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Dr. Stephen... | RSA PSS verification support including certificates... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Dr. Stephen... | correct error code |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Dr. Stephen... | print outermost signature algorithm parameters too |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Dr. Stephen... | oops |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Dr. Stephen... | The OID sanity check was incorrect. It should only... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Dr. Stephen... | although AES is a variable length cipher, AES EVP metho... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Dr. Stephen... | oops, make EVP ctr mode work again |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Dr. Stephen... | typo |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Dr. Stephen... | add separate PSS decode function, rename PSS parameters... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Dr. Stephen... | add MGF1 digest ctrl |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Dr. Stephen... | update ASN1 sign/verify to use EVP_DigestSign and EVP_D... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Dr. Stephen... | don't add digest alias if signature algorithm is undefined |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Dr. Stephen... | Add PSS algorithm printing. This is an initial step... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Dr. Stephen... | fix indent, newline |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Dr. Stephen... | Add algorithm specific signature printing. An individua... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Dr. Stephen... | Fix memory leak: free up ENGINE functional reference... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Dr. Stephen... | Add -engine_impl option to dgst which will use an imple... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Dr. Stephen... | option to replace extensions with new ones: mainly... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Dr. Stephen... | PR: 2183 |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Dr. Stephen... | Submitted by: Tomas Hoger <thoger@redhat.com> |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Dr. Stephen... | don't mix definitions and code |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Andy Polyakov | Initial version of Galois Counter Mode implementation... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Andy Polyakov | ppccap.c: portability fix. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Andy Polyakov | Fix s390x-specific HOST_l2c|c2l. |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Dr. Stephen... | PR: 2178 |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Dr. Stephen... | use supplied ENGINE in genrsa |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Dr. Stephen... | oops, reinstate correct prototype |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Dr. Stephen... | 'typo' |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Dr. Stephen... | make USE_CRYPTODEV_DIGESTS work |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Dr. Stephen... | load cryptodev if HAVE_CRYPTODEV is set too |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Dr. Stephen... | update cryptodev to match 1.0.0 stable branch version |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Ben Laurie | Fix warnings (note that gcc 4.2 has a bug that makes... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Dr. Stephen... | algorithms field has changed in 1.0.0 and later: update |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Dr. Stephen... | oops, revert verify.c change |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Dr. Stephen... | Add Kerberos fix which was in 0.9.8-stable but never... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Dr. Stephen... | include TVS 1.1 version string |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Dr. Stephen... | Revert CFB block length change. Despite what SP800... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Dr. Stephen... | oops, use correct date |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Dr. Stephen... | update NEWS |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Dr. Stephen... | update FAQ |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Dr. Stephen... | add -trusted_first option and verify flag |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Dr. Stephen... | tidy verify code. xn not used any more and check for... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Dr. Stephen... | Experimental support for partial chain verification... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Dr. Stephen... | allow setting of verify names in command line utilities... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Dr. Stephen... | verify parameter enumeration functions |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Dr. Stephen... | Include self-signed flag in certificates by checking... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Dr. Stephen... | add anyExtendedKeyUsage OID |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Dr. Stephen... | prevent warning |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Andy Polyakov | Reserve for option to implement AES counter in assembler. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Andy Polyakov | Add AES counter mode to EVP. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Andy Polyakov | Add assigned OIDs, as well as "anonymous" ones for... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Dr. Stephen... | The meaning of the X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Bodo Möller | Always check bn_wexpend() return values for failure... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Bodo Möller | Fix X509_STORE locking |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Dr. Stephen... | clarify documentation |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Dr. Stephen... | OR default SSL_OP_LEGACY_SERVER_CONNECT so existing... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Dr. Stephen... | Allow renegotiation if SSL_OP_LEGACY_SERVER_CONNECT... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Dr. Stephen... | PR: 2100 |
commit | commitdiff | tree | snapshot |
next |