2015-05-26 |
Matt Caswell | Fix error check in GOST engine |
tree | commitdiff |
2015-05-23 |
Richard Levitte | Fix update and depend in engines/ |
tree | commitdiff |
2015-05-22 |
Richard Levitte | Fix the update target and remove duplicate file updates |
tree | commitdiff |
2015-05-11 |
Rich Salz | Use p==NULL not !p (in if statements, mainly) |
tree | commitdiff |
2015-05-07 |
Rich Salz | Use "==0" instead of "!strcmp" etc |
tree | commitdiff |
2015-05-06 |
Rich Salz | memset, memcpy, sizeof consistency fixes |
tree | commitdiff |
2015-05-04 |
Rich Salz | Use safer sizeof variant in malloc |
tree | commitdiff |
2015-05-02 |
Richard Levitte | Remove obsolete make variables |
tree | commitdiff |
2015-05-01 |
Rich Salz | free NULL cleanup -- coda |
tree | commitdiff |
2015-05-01 |
Rich Salz | free NULL cleanup 11 |
tree | commitdiff |
2015-05-01 |
Rich Salz | free null cleanup finale |
tree | commitdiff |
2015-05-01 |
Rich Salz | free NULL cleanup 7 |
tree | commitdiff |
2015-04-30 |
Rich Salz | free cleanup almost the finale |
tree | commitdiff |
2015-04-28 |
Rich Salz | remove malloc casts |
tree | commitdiff |
2015-04-16 |
Viktor Dukhovni | Code style: space after 'if' |
tree | commitdiff |
2015-04-15 |
Emilia Kasper | Initialize variable |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Remove EXHEADER, TEST, APPS, links:, install: and unins... |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Stop symlinking, move files to intended directory |
tree | commitdiff |
2015-03-30 |
Richard Levitte | Initialised 'ok' and redo the logic. |
tree | commitdiff |
2015-03-28 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-25 |
Rich Salz | free NULL cleanup. |
tree | commitdiff |
2015-03-25 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-25 |
Matt Caswell | Fix return checks in GOST engine |
tree | commitdiff |
2015-03-25 |
Matt Caswell | Fix misc NULL derefs in sureware engine |
tree | commitdiff |
2015-03-25 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-24 |
Dr. Stephen Henson | make ASN1_OBJECT opaque |
tree | commitdiff |
2015-02-22 |
Edgar Pek | Fix null-pointer dereference |
tree | commitdiff |
2015-02-13 |
Richard Levitte | Transfer a fix from 1.0.1 |
tree | commitdiff |
2015-02-06 |
Rich Salz | Remove X509_PAIR |
tree | commitdiff |
2015-02-06 |
Rich Salz | Live code cleanup: remove #if 1 stuff |
tree | commitdiff |
2015-01-30 |
Ben Laurie | Build correctly for me on FreeBSD 10. |
tree | commitdiff |
2015-01-30 |
Rich Salz | Dead code removal #if 0 engines |
tree | commitdiff |
2015-01-30 |
Richard Levitte | VMS adjustments: |
tree | commitdiff |
2015-01-29 |
Rich Salz | Make output consistency: remove blank line |
tree | commitdiff |
2015-01-29 |
Richard Levitte | clang on Linux x86_64 complains about unreachable code. |
tree | commitdiff |
2015-01-27 |
Rich Salz | OPENSSL_NO_xxx cleanup: SHA |
tree | commitdiff |
2015-01-22 |
Matt Caswell | More comment realignment master-post-reformat |
tree | commitdiff |
2015-01-22 |
Matt Caswell | Re-align some comments after running the reformat script. |
tree | commitdiff |
2015-01-22 |
Matt Caswell | Run util/openssl-format-source -v -c . |
tree | commitdiff |
2015-01-22 |
Matt Caswell | Move more comments that confuse indent |
tree | commitdiff |
2015-01-22 |
Matt Caswell | Fix strange formatting by indent |
tree | commitdiff |
2015-01-22 |
Andy Polyakov | engines/e_ubsec.c: make it indent-friendly. |
tree | commitdiff |
2015-01-22 |
Matt Caswell | More comments |
tree | commitdiff |
2015-01-14 |
Rich Salz | Cleanup OPENSSL_NO_xxx, part 1 master-pre-reformat |
tree | commitdiff |
2015-01-13 |
Dr. Stephen Henson | For master windows build dsa.h is now needed. |
tree | commitdiff |
2015-01-12 |
Rich Salz | RT3548: Remove some unsupported platforms. |
tree | commitdiff |
2015-01-06 |
Matt Caswell | Further comment amendments to preserve formatting prior... |
tree | commitdiff |
2014-12-30 |
Tim Hudson | mark all block comments that need format preserving... |
tree | commitdiff |
2014-12-16 |
Matt Caswell | Rename gost2814789t.c to gost2814789test.c. The old... |
tree | commitdiff |
2014-12-11 |
Matt Caswell | make update |
tree | commitdiff |
2014-12-10 |
Kurt Roeckx | capi_ctrl, capi_vtrace: check for NULL after allocating... |
tree | commitdiff |
2014-12-08 |
Matt Caswell | Disable engines that will fail to build when bn is... |
tree | commitdiff |
2014-12-05 |
Emilia Kasper | Fix broken build |
tree | commitdiff |
2014-12-04 |
Kurt Roeckx | Replace GOST_R_MALLOC_FAILURE and GOST_R_NO_MEMORY... |
tree | commitdiff |
2014-12-04 |
Kurt Roeckx | capi_get_provname: Check return values |
tree | commitdiff |
2014-12-04 |
Jonas Maebe | capi_get_key: check for NULL after allocating key |
tree | commitdiff |
2014-12-04 |
Jonas Maebe | capi_cert_get_fname: check for NULL after allocating... |
tree | commitdiff |
2014-12-04 |
Jonas Maebe | capi_get_provname: free name on error if it was malloc'ed |
tree | commitdiff |
2014-12-04 |
Jonas Maebe | pkey_gost_mac_keygen: check for NULL after allocating... |
tree | commitdiff |
2014-12-04 |
Jonas Maebe | pkey_gost_ctrl: check for NULL after allocating pctx... |
tree | commitdiff |
2014-11-28 |
Rich Salz | Remove all .cvsignore files |
tree | commitdiff |
2014-09-24 |
Rich Salz | RT3544: Remove MWERKS support |
tree | commitdiff |
2014-09-10 |
Rich Salz | RT3271 update; extra; semi-colon; confuses; some; |
tree | commitdiff |
2014-09-09 |
Rich Salz | RT3271: Don't use "if !" in shell lines |
tree | commitdiff |
2014-09-09 |
Rich Salz | RT3271: Don't use "if !" in shell lines |
tree | commitdiff |
2014-08-19 |
Martin Olsson | RT2513: Fix typo's paramter-->parameter |
tree | commitdiff |
2014-08-18 |
Justin Blanchard | RT1815: More const'ness improvements |
tree | commitdiff |
2014-08-17 |
Jonas Maebe | pub_decode_gost94, pub_decode_gost01: check for NULL... |
tree | commitdiff |
2014-08-09 |
Rich Salz | Undo a90081576c94f9f54de1755188a00ccc1760549a |
tree | commitdiff |
2014-08-08 |
Rich Salz | Remove DJGPP (and therefore WATT32) #ifdef's. |
tree | commitdiff |
2014-07-24 |
Dr. Stephen Henson | Don't call setenv in gost2814789t.c |
tree | commitdiff |
2014-07-08 |
Andy Polyakov | Please Clang's sanitizer. |
tree | commitdiff |
2014-07-01 |
Libor Krystek | Add support for SHA2 in CAPI ENGINE. |
tree | commitdiff |
2014-06-01 |
David Ramos | Initialise alg. |
tree | commitdiff |
2014-03-07 |
Andy Polyakov | engines/ccgost/gosthash.c: simplify and avoid SEGV. |
tree | commitdiff |
2013-11-08 |
Andy Polyakov | engines/ccgost/gost89.h: make word32 defintion uncondit... |
tree | commitdiff |
2013-11-01 |
Dr. Stephen Henson | Fix warning. |
tree | commitdiff |
2013-10-28 |
Andy Polyakov | engines/e_aep.c: make it BN_ULONG-size and endian ... |
tree | commitdiff |
2013-09-20 |
Ben Laurie | Merge remote-tracking branch 'trevp/pemfix' into trev... |
tree | commitdiff |
2013-09-15 |
Andy Polyakov | Add support for Cygwin-x86_64. |
tree | commitdiff |
2013-09-05 |
Veres Lajos | misspellings fixes by https://github.com/vlajos/misspel... |
tree | commitdiff |
2013-06-21 |
Dr. Stephen Henson | Add control to retrieve signature MD. |
tree | commitdiff |
2013-04-13 |
Andy Polyakov | Fix Windows linking error in GOST test case. |
tree | commitdiff |
2013-03-04 |
Ben Laurie | Missing MINFO generation. |
tree | commitdiff |
2013-02-21 |
Ben Laurie | Fix ignored return value warnings. |
tree | commitdiff |
2013-01-24 |
Dr. Stephen Henson | Don't use C++ style comments. |
tree | commitdiff |
2013-01-22 |
Andy Polyakov | x86_64 assembly pack: make Windows build more robust. |
tree | commitdiff |
2013-01-22 |
Andy Polyakov | gost2814789t.c: portability fixes. |
tree | commitdiff |
2013-01-21 |
Ben Laurie | Fix warnings. |
tree | commitdiff |
2013-01-19 |
Ben Laurie | Merge branch 'master' of openssl.net:openssl |
tree | commitdiff |
2013-01-19 |
Andy Polyakov | gost_crypt.c: add assertions. |
tree | commitdiff |
2013-01-19 |
Andy Polyakov | engines/ccgost: add test case. |
tree | commitdiff |
2012-12-19 |
Andy Polyakov | gost_crypt.c: more intuitive ceiling. |
tree | commitdiff |
2012-12-19 |
Andy Polyakov | engines/cchost/gost_crypt.c: fix typo. |
tree | commitdiff |
2012-12-19 |
Andy Polyakov | engines/e_capi.c: fix typo. |
tree | commitdiff |
2012-12-19 |
Andy Polyakov | engine/cchost: fix bugs. |
tree | commitdiff |
2012-11-18 |
Dr. Stephen Henson | PR: 2880 |
tree | commitdiff |
2012-09-01 |
Dr. Stephen Henson | Don't load GOST ENGINE if it is already loaded. |
tree | commitdiff |
2012-08-13 |
Andy Polyakov | gosthash.c: use memmove in circle_xor8, as input pointe... |
tree | commitdiff |
2012-06-27 |
Andy Polyakov | x86_64 assembly pack: make it possible to compile with... |
tree | commitdiff |
next |