2006-03-30 |
Bodo Möller | Implement Supported Elliptic Curves Extension. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Bodo Möller | Change default curve (for compatibility with a |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Bodo Möller | Implement cipher-suite selection logic given Supported... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Dr. Stephen... | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Dr. Stephen... | Add some GOST OIDs. |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Dr. Stephen... | Add missing function declaration. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Dr. Stephen... | Fix bug where freed OIDs could be accessed in EVP_clean... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Dr. Stephen... | Typo. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Dr. Stephen... | New utility pkeyparam. Enhance and bugfix algorithm... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Dr. Stephen... | New general public key utility 'pkey'. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Richard Levitte | Small bug. apps/CA.sh and apps/CA.com look at SSLEAY_C... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Richard Levitte | Since we're moving between directories, let's get an... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Bodo Möller | Simplify ASN.1 for point format list |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Richard Levitte | Only try to remove the tsa.dir subdirectory if it actua... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Dr. Stephen... | Initial support for generalized public key parameters. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Dr. Stephen... | Add support for legacy PEM format private keys in EVP_P... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Dr. Stephen... | Typo. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Dr. Stephen... | Fix bug in DSA, EC methods. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Dr. Stephen... | Add information and pem strings. Update dependencies. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Dr. Stephen... | Make EVP_PKEY_ASN1_METHOD opaque. Add application level... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Richard Levitte | Keep up with the changes in the Unix build system. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Dr. Stephen... | Move algorithm specific print code from crypto/asn1... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Dr. Stephen... | Gather printing routines into EVP_PKEY_ASN1_METHOD. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Richard Levitte | VMS doesn't support includes of paths very well. |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Richard Levitte | Synchronise with recent changes |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Dr. Stephen... | DH EVP_PKEY_ASN1_METHOD, doesn't do much (yet?). |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Dr. Stephen... | Transfer parameter handling and key comparison to algor... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Dr. Stephen... | Initial support for pluggable public key ASN1 support... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Dr. Stephen... | Stop compiler warnings. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Nils Larsch | fix last commit: return NULL is TS_RESP_CTX_set_status_... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Nils Larsch | ensure the pointer is valid before using it |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Nils Larsch | check if con != NULL before using it |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Nils Larsch | remove unnecessary code |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Richard Levitte | Typo... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Ulf Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Ulf Möller | Clarification for CPU specific config options. |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Nils Larsch | fix for OPENSSL_NO_EC |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Nils Larsch | fix problems found by coverity: remove useless code |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Richard Levitte | tlsext_ecpointformatlist_length is unsigned, so check... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Nils Larsch | create BN_CTX object |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Nils Larsch | fix error found by coverity: check if ctx is != NULL... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Nils Larsch | fix error found by coverity: check if ctx is != NULL... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Nils Larsch | signed vs. unsigned |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Richard Levitte | Oh, now I noticed Bodo's change that made tlsext_ecpoin... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Richard Levitte | Resolve signed vs. unsigned issues |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Bodo Möller | fix sign problems |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Nils Larsch | remove unused variables |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Bodo Möller | udpate Supported Point Formats Extension code |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Nils Larsch | fix comment |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Nils Larsch | use BIO_snprintf() instead of snprintf + use BIO_FP_TEX... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Nils Larsch | note that SSL_library_init() is not reentrant |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Bodo Möller | Implement the Supported Point Formats Extension for... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Bodo Möller | clarification |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Nils Larsch | fix signed vs. unsigned warning |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Nils Larsch | fix "missing initializer" warning |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Nils Larsch | fix signed vs. unsigned warning |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Nils Larsch | make update |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Nils Larsch | add initial support for RFC 4279 PSK SSL ciphersuites |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Richard Levitte | Remember to *build* WP_TEST on VMS, as well :-) |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Nils Larsch | fix function name in error message |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Ulf Möller | unused function |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Richard Levitte | The actual whirlpool test was missing on VMS... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Nils Larsch | constify some print and ts functions |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Dr. Stephen... | Typo. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Nils Larsch | no need to cast away the const |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Nils Larsch | make some parameters const |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Richard Levitte | Make shorter TS symbols for OpenVMS. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Richard Levitte | Forgot the TSA application... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Dr. Stephen... | Check EVP_DigestInit_ex() return value in EVP_BytesToKey(). |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Nils Larsch | force C locale when using [a-z] in sed expressions |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Nils Larsch | fix "#ifndef HZ" statement |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Ulf Möller | TS bugfixes: Do not hardcode message digest algorithms... |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Richard Levitte | Synchronise with openss.cnf |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Richard Levitte | Add a TSA test. testtsa.com is a manual sh to dcl... |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Richard Levitte | Add TS to the VMS build. |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Richard Levitte | Break out deltree in its' own command procedure. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Nils Larsch | fix no-dh configure option; patch supplied by Peter... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Dr. Stephen... | Print out <INVALID> if an OID value is invalid. |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Dr. Stephen... | Tolerate a SEQUENCE in DN components. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Ulf Möller | ignore |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Ulf Möller | message style |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Ulf Möller | oops |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Ulf Möller | wrap shlib for testtsa |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Nils Larsch | make some internal functions static; patch supplied... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Nils Larsch | fix typos |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Dr. Stephen... | Fix from stable branch. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Dr. Stephen... | Fix warnings. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Ulf Möller | shorter filenames |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Nils Larsch | use asn1 callbacks for new, free and d2i |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Nils Larsch | don't use the l length modifier for int |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Nils Larsch | use stricter prototypes, fix warnings |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Nils Larsch | fix warning: add missing prototype |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Nils Larsch | fix warning |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Nils Larsch | fix typo: pass pre-computed parameters to the underlyin... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Ulf Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Ulf Möller | make update |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Ulf Möller | time stamp Makefile, test files |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Ulf Möller | RFC 3161 compliant time stamp request creation, respons... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Dr. Stephen... | Minor clarification. |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Dr. Stephen... | Add FAQ about AKID. |
commit | commitdiff | tree | snapshot |
next |