summaryrefslogtreecommitdiffstats
path: root/engines
AgeCommit message (Collapse)Author
2015-01-22Re-align some comments after running the reformat script.OpenSSL_0_9_8-post-reformatMatt Caswell
This should be a one off operation (subsequent invokation of the script should not move them) This commit is for the 0.9.8 changes Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22Move more comments that confuse indentMatt Caswell
Conflicts: crypto/dsa/dsa.h demos/engines/ibmca/hw_ibmca.c ssl/ssl_locl.h Conflicts: crypto/bn/rsaz_exp.c crypto/evp/e_aes_cbc_hmac_sha1.c crypto/evp/e_aes_cbc_hmac_sha256.c ssl/ssl_locl.h Conflicts: crypto/ec/ec2_oct.c crypto/ec/ecp_nistp256.c crypto/ec/ecp_nistp521.c crypto/ec/ecp_nistputil.c crypto/ec/ecp_oct.c crypto/modes/gcm128.c ssl/ssl_locl.h Conflicts: apps/apps.c crypto/crypto.h crypto/rand/md_rand.c ssl/d1_pkt.c ssl/ssl.h ssl/ssl_locl.h ssl/ssltest.c ssl/t1_enc.c Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22Fix strange formatting by indentMatt Caswell
Conflicts: crypto/hmac/hmac.h Conflicts: crypto/evp/e_aes_cbc_hmac_sha256.c Conflicts: crypto/ec/ecp_nistp224.c crypto/ec/ecp_nistp256.c crypto/ec/ecp_nistp521.c crypto/ec/ectest.c Conflicts: crypto/asn1/asn1_par.c crypto/evp/e_des3.c crypto/hmac/hmac.h crypto/sparcv9cap.c engines/ccgost/gost94_keyx.c ssl/t1_enc.c Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22engines/e_ubsec.c: make it indent-friendly.Andy Polyakov
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22Additional comment changes for reformat of 0.9.8Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
(cherry picked from commit 4a7fa26ffd65bf36beb8d1cb8f29fc0ae203f5c5) Conflicts: crypto/x509v3/pcy_tree.c Conflicts: apps/apps.c ssl/ssltest.c Conflicts: apps/apps.c crypto/ec/ec2_oct.c crypto/ec/ecp_nistp224.c crypto/ec/ecp_nistp256.c crypto/ec/ecp_nistp521.c ssl/s3_cbc.c ssl/ssl_sess.c ssl/t1_lib.c Conflicts: crypto/bio/b_sock.c crypto/pem/pem.h crypto/x509/x509_vfy.c crypto/x509v3/pcy_tree.c ssl/s3_both.c Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22mark all block comments that need format preserving so thatTim Hudson
indent will not alter them when reformatting comments (cherry picked from commit 1d97c8435171a7af575f73c526d79e1ef0ee5960) Conflicts: crypto/bn/bn_lcl.h crypto/bn/bn_prime.c crypto/engine/eng_all.c crypto/rc4/rc4_utl.c crypto/sha/sha.h ssl/kssl.c ssl/t1_lib.c Conflicts: crypto/rc4/rc4_enc.c crypto/x509v3/v3_scts.c crypto/x509v3/v3nametest.c ssl/d1_both.c ssl/s3_srvr.c ssl/ssl.h ssl/ssl_locl.h ssl/ssltest.c ssl/t1_lib.c Conflicts: crypto/asn1/a_sign.c crypto/bn/bn_div.c crypto/dsa/dsa_asn1.c crypto/ec/ecp_nistp224.c crypto/ec/ecp_nistp256.c crypto/ec/ecp_nistp521.c crypto/ec/ecp_nistputil.c crypto/modes/gcm128.c crypto/opensslv.h ssl/d1_both.c ssl/heartbeat_test.c ssl/s3_clnt.c ssl/s3_srvr.c ssl/ssl_sess.c ssl/t1_lib.c test/testutil.h Conflicts: apps/openssl.c apps/ts.c apps/vms_decc_init.c crypto/aes/aes_core.c crypto/aes/aes_x86core.c crypto/dsa/dsa_ameth.c crypto/ec/ec2_mult.c crypto/evp/evp.h crypto/objects/objects.h crypto/rsa/rsa_pss.c crypto/stack/safestack.h crypto/ts/ts.h crypto/ts/ts_rsp_verify.c crypto/whrlpool/wp_dgst.c crypto/x509v3/v3_ncons.c e_os2.h engines/ccgost/gost89.c engines/ccgost/gost_ctl.c engines/ccgost/gost_keywrap.c engines/ccgost/gost_keywrap.h engines/ccgost/gost_sign.c ssl/kssl.c ssl/s3_srvr.c Reviewed-by: Tim Hudson <tjh@openssl.org>
2012-11-18PR: 2880Dr. Stephen Henson
Submitted by: "Florian Rüchel" <florian.ruechel@ruhr-uni-bochum.de> Correctly handle local machine keys in the capi ENGINE.
2012-02-11PR: 2703Dr. Stephen Henson
Submitted by: Alexey Melnikov <alexey.melnikov@isode.com> Fix some memory and resource leaks in CAPI ENGINE.
2012-02-11PR: 2705Dr. Stephen Henson
Submitted by: Alexey Melnikov <alexey.melnikov@isode.com> Only create ex_data indices once for CAPI engine.
2011-09-01PR: 2586Dr. Stephen Henson
Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Fix brace mismatch.
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2010-05-26Avoid use of ex_data free function in Chil ENGINE so it can be safelyDr. Stephen Henson
reloaded.
2010-03-24initialise buf if wrong_info not usedDr. Stephen Henson
2010-03-15e_capi.c: fix typo [from HEAD].Andy Polyakov
2010-03-15workaround for missing definition in some headersDr. Stephen Henson
2010-03-12PR: 2192Dr. Stephen Henson
Submitted By: Jaroslav Imrich <jaroslav.imrich@disig.sk> The prompt_info and wrong_info parameters can be empty strings which can produce confusing prompts. Treat empty string same as NULL.
2010-02-23Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller
(The CHANGES entry covers the change from PR #2111 as well, submitted by Martin Olsson.) Submitted by: Neel Mehta
2009-11-10PR: 1686Dr. Stephen Henson
Submitted by: Hanno Böck <hanno@hboeck.de> Approved by: steve@openssl.org Create engines dir if it doesn't already exist.
2009-08-25Make engines compile on VMS for ia64 as well.Richard Levitte
Parse file types in a more secure manner. Submitted by sms@antinode.info (Steven M. Schweda)
2009-08-10PR: 2003Dr. Stephen Henson
Make it possible to install OpenSSL in directories with name other than "lib" for example "lib64". Based on patch from Jeremy Utley.
2009-05-29Use correct values for lookup method.Dr. Stephen Henson
2009-05-15Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte
Thank you\! (note: not tested for now, a few nightly builds should give indications though)
2009-05-15make updateRichard Levitte
2009-05-15make updateRichard Levitte
2009-05-05e_capi.c: update from HEAD.Andy Polyakov
2009-02-02Add the CAPI engineRichard Levitte
2008-12-30Backport http://cvs.openssl.org/chngview?cn=17710 from HEAD.Andy Polyakov
PR: 1230
2008-11-28Clarify a 'chil' engine param that is a little unintuitive.Geoff Thorpe
Submitted by: Sander Temme <sander@temme.net>
2008-11-19Allow the CHIL engine to load even if dynamic locks aren't registered.Geoff Thorpe
Submitted by: Sander Temme
2008-11-05Change old obsolete email address...Dr. Stephen Henson
2008-09-17Make update: delete duplicate error code.Dr. Stephen Henson
2008-09-14Fix error code discrepancy.Dr. Stephen Henson
Make update.
2008-09-12AIX build updates [from HEAD].Andy Polyakov
2008-06-25Changes to allow capi ENGINE to compile with older headers on e.g. VC6.Dr. Stephen Henson
2008-06-18Fix typo and filter on X509_PURPOSE_SSL_CLIENT when presenting certs.Dr. Stephen Henson
2008-06-18Add support for machine stores and handle provider type errors properly in keys.Dr. Stephen Henson
2008-06-06Update CryptoAPI ENGINE from head. Export OPENSSL_isservice().Dr. Stephen Henson
2008-06-05Make headers work with older versions of Window platform SDK.Dr. Stephen Henson
2008-06-05Don't show choice dialog if only one cert.Dr. Stephen Henson
2008-06-04Remove some unneeded columns from dialog.Dr. Stephen Henson
2008-06-04Update CryptoAPI ENGINE from HEAD.Dr. Stephen Henson
2008-05-30DSA method slightly more tested and fixed ;-)Dr. Stephen Henson
2008-05-30Update error codes.Dr. Stephen Henson
2008-05-30Untested initial CryptoAPI dsa signing code.Dr. Stephen Henson
2008-05-30Some DSA method structures and placeholders, not complete yet.Dr. Stephen Henson
2008-05-30Delete unused functions.Dr. Stephen Henson
2008-05-30Get BIO_snprintf() argument order right....Dr. Stephen Henson
2008-05-30Add new error codes, log unknown magic or algorithm IDs.Dr. Stephen Henson