2009-11-30 |
Dr. Stephen Henson | PR: 2118 |
tree | commitdiff |
2009-05-02 |
Andy Polyakov | ec_mult.c: fix C4334 win64 compiler warning. |
tree | commitdiff |
2008-12-27 |
Ben Laurie | Check scalar->d before we use it (in BN_num_bits()... |
tree | commitdiff |
2008-11-12 |
Geoff Thorpe | Revert the size_t modifications from HEAD that had... |
tree | commitdiff |
2008-11-05 |
Dr. Stephen Henson | Update obsolete email address... |
tree | commitdiff |
2008-11-01 |
Ben Laurie | More size_tification. |
tree | commitdiff |
2008-10-28 |
Andy Polyakov | ec2_mult.c readability update. |
tree | commitdiff |
2008-09-23 |
Andy Polyakov | Fix EC_KEY_check_key. |
tree | commitdiff |
2008-08-06 |
Geoff Thorpe | Remove the dual-callback scheme for numeric and pointer... |
tree | commitdiff |
2008-07-03 |
Geoff Thorpe | Revert my earlier CRYPTO_THREADID commit, I will commit... |
tree | commitdiff |
2008-05-02 |
Dr. Stephen Henson | Indicate support for digest init ctrl. |
tree | commitdiff |
2008-04-24 |
Andy Polyakov | Add 64-bit support to BN_nist_mod_244 and engage BN_nis... |
tree | commitdiff |
2008-03-28 |
Geoff Thorpe | There was a need to support thread ID types that couldn... |
tree | commitdiff |
2008-03-22 |
Dr. Stephen Henson | Update dependencies. |
tree | commitdiff |
2008-03-16 |
Geoff Thorpe | Fix a variety of warnings generated by some elevated... |
tree | commitdiff |
2008-03-12 |
Dr. Stephen Henson | And so it begins... |
tree | commitdiff |
2007-08-31 |
Andy Polyakov | Compress and more aggressively constify ec_curve.c... |
tree | commitdiff |
2007-05-22 |
Bodo Möller | Fix crypto/ec/ec_mult.c to work properly with scalars... |
tree | commitdiff |
2007-04-05 |
Ben Laurie | Fix duplicate error number. |
tree | commitdiff |
2007-01-21 |
Dr. Stephen Henson | Constify version strings and some structures. |
tree | commitdiff |
2006-12-20 |
Nils Larsch | add support for ecdsa-with-sha256 etc. |
tree | commitdiff |
2006-12-19 |
Bodo Möller | Fix the BIT STRING encoding of EC points or parameter... |
tree | commitdiff |
2006-11-21 |
Dr. Stephen Henson | Update from 0.9.8 stable. Eliminate duplicate error... |
tree | commitdiff |
2006-09-28 |
Bodo Möller | Introduce limits to prevent malicious keys being able to |
tree | commitdiff |
2006-07-20 |
Dr. Stephen Henson | Use correct pointer types for various functions. |
tree | commitdiff |
2006-07-17 |
Dr. Stephen Henson | Fix various error codes to match functions. |
tree | commitdiff |
2006-07-10 |
Dr. Stephen Henson | Allow digests to supply S/MIME micalg values from a... |
tree | commitdiff |
2006-06-18 |
Bodo Möller | Change array representation of binary polynomials to... |
tree | commitdiff |
2006-05-24 |
Dr. Stephen Henson | New function to dup EVP_PKEY_CTX. This will be needed... |
tree | commitdiff |
2006-05-24 |
Dr. Stephen Henson | Use size_t for new crypto size parameters. |
tree | commitdiff |
2006-05-12 |
Richard Levitte | Someone made a mistake, and some function and reason... |
tree | commitdiff |
2006-05-07 |
Dr. Stephen Henson | Add support for default public key digest type ctrl. |
tree | commitdiff |
2006-04-24 |
Dr. Stephen Henson | Correct copyright notice... this doesn't contain any... |
tree | commitdiff |
2006-04-20 |
Nils Larsch | make local function static |
tree | commitdiff |
2006-04-18 |
Dr. Stephen Henson | Add OID cross reference table. |
tree | commitdiff |
2006-04-17 |
Dr. Stephen Henson | Allow public key ASN1 methods to set PKCS#7 SignerInfo... |
tree | commitdiff |
2006-04-16 |
Dr. Stephen Henson | Provisional support for EC pkey method, supporting... |
tree | commitdiff |
2006-03-28 |
Dr. Stephen Henson | New utility pkeyparam. Enhance and bugfix algorithm... |
tree | commitdiff |
2006-03-23 |
Dr. Stephen Henson | Add support for legacy PEM format private keys in EVP_P... |
tree | commitdiff |
2006-03-23 |
Dr. Stephen Henson | Typo. |
tree | commitdiff |
2006-03-23 |
Dr. Stephen Henson | Fix bug in DSA, EC methods. |
tree | commitdiff |
2006-03-23 |
Dr. Stephen Henson | Add information and pem strings. Update dependencies. |
tree | commitdiff |
2006-03-22 |
Dr. Stephen Henson | Make EVP_PKEY_ASN1_METHOD opaque. Add application level... |
tree | commitdiff |
2006-03-22 |
Dr. Stephen Henson | Move algorithm specific print code from crypto/asn1... |
tree | commitdiff |
2006-03-22 |
Dr. Stephen Henson | Gather printing routines into EVP_PKEY_ASN1_METHOD. |
tree | commitdiff |
2006-03-20 |
Dr. Stephen Henson | Transfer parameter handling and key comparison to algor... |
tree | commitdiff |
2006-03-20 |
Dr. Stephen Henson | Initial support for pluggable public key ASN1 support... |
tree | commitdiff |
2006-03-15 |
Nils Larsch | fix problems found by coverity: remove useless code |
tree | commitdiff |
2006-03-14 |
Nils Larsch | fix error found by coverity: check if ctx is != NULL... |
tree | commitdiff |
2006-03-13 |
Nils Larsch | fix error found by coverity: check if ctx is != NULL... |
tree | commitdiff |
2006-02-08 |
Nils Larsch | remove unnecessary check |
tree | commitdiff |
2006-01-29 |
Nils Larsch | add additional checks + cleanup |
tree | commitdiff |
2006-01-09 |
Bodo Möller | Further TLS extension updates |
tree | commitdiff |
2006-01-08 |
Bodo Möller | Avoid contradictive error code assignments. |
tree | commitdiff |
2006-01-08 |
Bodo Möller | Some error code cleanups (SSL lib. used SSL_R_... codes... |
tree | commitdiff |
2005-12-13 |
Bodo Möller | comment |
tree | commitdiff |
2005-11-16 |
Bodo Möller | deFUDify: don't require OPENSSL_EC_BIN_PT_COMP |
tree | commitdiff |
2005-11-15 |
Bodo Möller | deFUDify: don't require OPENSSL_EC_BIN_PT_COMP |
tree | commitdiff |
2005-09-19 |
Nils Larsch | add some doxygen comments |
tree | commitdiff |
2005-09-12 |
Bodo Möller | correct+extend publication info |
tree | commitdiff |
2005-09-03 |
Nils Larsch | fix function name in error |
tree | commitdiff |
2005-08-28 |
Nils Larsch | fix warnings when building openssl with the following... |
tree | commitdiff |
2005-08-11 |
Andy Polyakov | Pedantic polish to WCE-specific #if clause in ectest.c |
tree | commitdiff |
2005-08-07 |
Andy Polyakov | Final(?) WinCE update. |
tree | commitdiff |
2005-06-28 |
Nils Larsch | remove OPENSSL_NO_ASM dependency |
tree | commitdiff |
2005-05-20 |
Nils Larsch | fix typo, add prototype |
tree | commitdiff |
2005-05-17 |
Nils Larsch | simplify EC_KEY_dup |
tree | commitdiff |
2005-05-16 |
Andy Polyakov | Further BUILDENV refinement, further fool-proofing... |
tree | commitdiff |
2005-05-16 |
Nils Larsch | ecc api cleanup; summary: |
tree | commitdiff |
2005-05-15 |
Andy Polyakov | Fool-proofing Makefiles |
tree | commitdiff |
2005-05-11 |
Bodo Möller | Fix more error codes. |
tree | commitdiff |
2005-05-10 |
Nils Larsch | give EC_GROUP_new_by_nid a more meanigful name: |
tree | commitdiff |
2005-05-08 |
Nils Larsch | give EC_GROUP_*_nid functions a more meaningful name |
tree | commitdiff |
2005-05-03 |
Nils Larsch | rewrite of bn_nist.c, disable support for some curves... |
tree | commitdiff |
2005-04-26 |
Bodo Möller | Fix various incorrect error function codes. |
tree | commitdiff |
2005-04-22 |
Nils Larsch | - use BN_set_negative and BN_is_negative instead of... |
tree | commitdiff |
2005-04-12 |
Dr. Stephen Henson | More overwritten stuff... |
tree | commitdiff |
2005-04-12 |
Dr. Stephen Henson | Rebuild error codes. |
tree | commitdiff |
2005-04-11 |
Nils Larsch | include limits.h for UINT_MAX etc. |
tree | commitdiff |
2005-04-11 |
Richard Levitte | Add emacs cache files to .cvsignore. |
tree | commitdiff |
2005-04-04 |
Nils Larsch | remove unused recp method |
tree | commitdiff |
2005-03-31 |
Ben Laurie | Give everything prototypes (well, everything that's... |
tree | commitdiff |
2005-03-30 |
Ben Laurie | Blow away Makefile.ssl. |
tree | commitdiff |
2005-03-09 |
Bodo Möller | Fix typo |
tree | commitdiff |
2004-11-02 |
Richard Levitte | Don't use $(EXHEADER) directly in for loops, as most... |
tree | commitdiff |
2004-07-16 |
Geoff Thorpe | Using Horner's algorithm to evaluate the ec polynomial |
tree | commitdiff |
2004-07-06 |
Geoff Thorpe | Improve error handling if decompression of an ec point... |
tree | commitdiff |
2004-05-17 |
Geoff Thorpe | After the latest round of header-hacking, regenerate... |
tree | commitdiff |
2004-05-17 |
Geoff Thorpe | Deprecate the recursive includes of bn.h from various... |
tree | commitdiff |
2004-05-04 |
Geoff Thorpe | Fix realloc usage in ec_curve.c |
tree | commitdiff |
2004-04-19 |
Geoff Thorpe | (oops) Apologies all, that last header-cleanup commit... |
tree | commitdiff |
2004-03-25 |
Geoff Thorpe | Adds warnings about two curves and fixes the "seed... |
tree | commitdiff |
2004-03-15 |
Richard Levitte | Make sure we use unsigned constants, or come compilers... |
tree | commitdiff |
2004-03-13 |
Geoff Thorpe | Convert openssl code not to assume the deprecated form... |
tree | commitdiff |
2004-01-24 |
Andy Polyakov | Get rid of bogus warning when compiling with Sun vendor... |
tree | commitdiff |
2003-12-27 |
Richard Levitte | Use sh explicitely to run point.sh |
tree | commitdiff |
2003-11-29 |
Richard Levitte | Add IPSec/IKE/Oakley curves. |
tree | commitdiff |
2003-11-10 |
Geoff Thorpe | General improvements to the ec_asn1.c code. This squash... |
tree | commitdiff |
2003-10-29 |
Geoff Thorpe | Comments out some unimplemented functions instead of... |
tree | commitdiff |
2003-07-22 |
Bodo Möller | updates for draft-ietf-tls-ecc-03.txt |
tree | commitdiff |
next |