- bfb0641 Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) by Richard Levitte · 9 years ago
- 6e59a89 Adjust all accesses to EVP_MD_CTX to use accessor functions. by Richard Levitte · 9 years ago
- e20b472 Add support for signer_digest option in TS. by Dr. Stephen Henson · 9 years ago
- 0704343 RT32671: wrong multiple errs TS_check_status_info by Graeme Perrow · 9 years ago
- 90945fa Continue standardising malloc style for libcrypto by Matt Caswell · 9 years ago
- b8fb598 Rebuild error source files. by Dr. Stephen Henson · 9 years ago
- 984d6c6 Fix no-stdio build by David Woodhouse · 9 years ago
- e15a18d make update by Dr. Stephen Henson · 10 years ago
- 7e41883 Avoid structure access in crypto/ts by Dr. Stephen Henson · 10 years ago
- 18cd23d Remove "noise" comments from TS files. by Rich Salz · 10 years ago
- df2ee0e Enable -Wmissing-variable-declarations and by Ben Laurie · 10 years ago
- a8d8e06 Avoid direct X509 structure access by Dr. Stephen Henson · 10 years ago
- ca4a494 Make TS structures opaque. by Rich Salz · 10 years ago
- b51bce9 Add and use OPENSSL_zalloc by Rich Salz · 10 years ago
- 05f0fb9 Add X509_up_ref function. by Dr. Stephen Henson · 10 years ago
- c0cf5b8 Set error code, no fprintf stderr, on errors. by Rich Salz · 10 years ago
- 9c422b5 Rename all static TS_xxx to ts_xxx by Rich Salz · 10 years ago
- 0f539dc Fix the update target and remove duplicate file updates by Richard Levitte · 10 years ago
- a3aadb2 make depend by Richard Levitte · 10 years ago
- b39fc56 Identify and move common internal libcrypto header files by Richard Levitte · 10 years ago
- 75ebbd9 Use p==NULL not !p (in if statements, mainly) by Rich Salz · 10 years ago
- 16f8d4e memset, memcpy, sizeof consistency fixes by Rich Salz · 10 years ago
- b4faea5 Use safer sizeof variant in malloc by Rich Salz · 10 years ago
- b6eb982 Add OSSL_NELEM macro. by Dr. Stephen Henson · 10 years ago
- 25aaa98 free NULL cleanup -- coda by Rich Salz · 10 years ago
- efa7dd6 free NULL cleanup 11 by Rich Salz · 10 years ago
- 222561f free NULL cleanup 5a by Rich Salz · 10 years ago
- 2ace745 free NULL cleanup 8 by Rich Salz · 10 years ago
- b196e7d remove malloc casts by Rich Salz · 10 years ago
- a80e33b Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant by Richard Levitte · 10 years ago
- dee502b Stop symlinking, move files to intended directory by Richard Levitte · 10 years ago
- c5ba2d9 free NULL cleanup by Rich Salz · 10 years ago
- 4903abd make X509_EXTENSION opaque by Dr. Stephen Henson · 10 years ago
- f422a51 Remove old ASN.1 code. by Dr. Stephen Henson · 10 years ago
- b5f07d6 Remove obsolete declarations. by Dr. Stephen Henson · 10 years ago
- a00ae6c OPENSSL_NO_xxx cleanup: many removals by Rich Salz · 10 years ago
- 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
- c80fd6b Further comment changes for reformat (master) by Matt Caswell · 10 years ago
- 4b61884 Cleanup OPENSSL_NO_xxx, part 1 by Rich Salz · 10 years ago
- 1d97c84 mark all block comments that need format preserving so that by Tim Hudson · 10 years ago
- fd0ba77 make update by Matt Caswell · 10 years ago
- 2cbc8d7 Implement internally opaque bn access from ts by Matt Caswell · 10 years ago
- e52a3c3 Include <openssl/foo.h> instead of "foo.h" by Geoff Thorpe · 10 years ago
- f072785 Remove fipscanister build functionality from makefiles. by Dr. Stephen Henson · 10 years ago
- 8cfe08b Remove all .cvsignore files by Rich Salz · 10 years ago
- ae64fb5 Correct timestamp output when clock_precision_digits > 0 by Michal Bozon · 10 years ago
- f756fb4 RT1815: More const'ness improvements by Justin Blanchard · 11 years ago
- 4ba5e63 Fix double frees. by Ben Laurie · 11 years ago
- 3b0648e Rename Suite B functions for consistency. by Dr. Stephen Henson · 13 years ago
- 71fa451 Version skew reduction: trivia (I hope). by Ben Laurie · 13 years ago
- df6de39 Change AR to ARX to allow exclusion of fips object modules by Dr. Stephen Henson · 14 years ago
- e82f755 PR: 2410 Submitted by: Rob Austein <sra@hactrn.net> Reviewed by: steve by Dr. Stephen Henson · 14 years ago
- d7f573f PR: 2235 Submitted By: Bruce Stephens <bruce.stephens@isode.com> by Dr. Stephen Henson · 15 years ago
- b6dcdbf Audit libcrypto for unchecked return values: fix all cases enountered by Dr. Stephen Henson · 16 years ago
- 0eab41f If we're going to return errors (no matter how stupid), then we should by Ben Laurie · 16 years ago
- 70531c1 Make no-engine work again. by Dr. Stephen Henson · 16 years ago
- 6343829 Revert the size_t modifications from HEAD that had led to more by Geoff Thorpe · 16 years ago
- 5e4430e More size_tification. by Ben Laurie · 16 years ago
- 4c1a6e0 Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev by Lutz Jänicke · 17 years ago
- fe59128 Update dependencies. by Dr. Stephen Henson · 17 years ago
- 1e26a8b Fix a variety of warnings generated by some elevated compiler-fascism, by Geoff Thorpe · 17 years ago
- a291745 fix function codes for error by Bodo Möller · 18 years ago
- 47a9d52 Update from 0.9.8 stable. Eliminate duplicate error codes. by Dr. Stephen Henson · 18 years ago
- 05cfe06 fix OPENSSL_NO_foo defines by Nils Larsch · 18 years ago
- a0b5b07 Update .cvsignore by Dr. Stephen Henson · 19 years ago
- d6091d5 If we declare a function, like d2i_TS_MSG_IMPRINT_bio(), we'd better by Richard Levitte · 19 years ago
- d917188 fix last commit: return NULL is TS_RESP_CTX_set_status_info_cond() failed by Nils Larsch · 19 years ago
- b4e88cc ensure the pointer is valid before using it by Nils Larsch · 19 years ago
- c03e4f9 fix function name in error message by Nils Larsch · 19 years ago
- 6c73d01 constify some print and ts functions by Nils Larsch · 19 years ago
- 6e2fcc4 Make shorter TS symbols for OpenVMS. by Richard Levitte · 19 years ago
- 1150317 TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding. by Ulf Möller · 19 years ago
- e7a8b47 Fix warnings. by Dr. Stephen Henson · 19 years ago
- 7ac7a4b shorter filenames by Ulf Möller · 19 years ago
- a628901 use asn1 callbacks for new, free and d2i by Nils Larsch · 19 years ago
- 2ab75de don't use the l length modifier for int by Nils Larsch · 19 years ago
- a3f586c use stricter prototypes, fix warnings by Nils Larsch · 19 years ago
- 3b408d8 make update by Ulf Möller · 19 years ago
- 8573552 time stamp Makefile, test files by Ulf Möller · 19 years ago
- c7235be RFC 3161 compliant time stamp request creation, response generation by Ulf Möller · 19 years ago