- 4591e5f Constify stack and lhash macros. by Dr. Stephen Henson · 9 years ago
- 739a1eb Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx by Rich Salz · 9 years ago
- 4f22f40 Copyright consolidation 06/10 by Rich Salz · 9 years ago
- 45c6e23 Remove --classic build entirely by Richard Levitte · 9 years ago
- 007c80e Remove the remainder of util/mk1mf.pl and companion scripts by Richard Levitte · 9 years ago
- 45502bf Always build library object files with shared library cflags by Richard Levitte · 9 years ago
- ce192eb Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND by Richard Levitte · 9 years ago
- 0ca2e82 if no comparison function set make sk_sort no op by Dr. Stephen Henson · 9 years ago
- 777a288 unified build scheme: add build.info files by Richard Levitte · 9 years ago
- ced2c2c Templatize util/domd by Rich Salz · 9 years ago
- 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
- 56c77c5 Remove update tags by Rich Salz · 9 years ago
- ee6d9f4 Remove some old makefile targets by Rich Salz · 9 years ago
- d10dac1 Move Makefiles to Makefile.in by Rich Salz · 9 years ago
- ff4b7fa make update by Richard Levitte · 9 years ago
- a939b0a More zalloc nits by Rich Salz · 10 years ago
- 64b2575 remove 0 assignments. by Rich Salz · 10 years ago
- fbfcb22 RT3999: Remove sub-component version strings 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
- 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
- 25aaa98 free NULL cleanup -- coda by Rich Salz · 10 years ago
- b548a1f free null cleanup finale 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
- 7132ac8 Fix memset call in stack.c by Matt Caswell · 10 years ago
- b5f07d6 Remove obsolete declarations. by Dr. Stephen Henson · 10 years ago
- 31c2b6e Make STACK_OF opaque. by Dr. Stephen Henson · 10 years ago
- 5b18d30 util/mkstack.pl now generates entire safestack.h by Rich Salz · 10 years ago
- 8de24b7 undef cleanup: use memmove by Rich Salz · 10 years ago
- 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
- dbd87ff indent has problems with comments that are on the right hand side of a line. by Matt Caswell · 10 years ago
- 3a83462 Further comment amendments to preserve formatting prior to source reformat by Matt Caswell · 10 years ago
- 1d97c84 mark all block comments that need format preserving so that by Tim Hudson · 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
- 17e80c6 RT2308: Add extern "C" { ... } wrapper by Rich Salz · 11 years ago
- 66d884f Implement sk_deep_copy. by Viktor Dukhovni · 11 years ago
- fd2309a Separate the SCT List parser from the SCT List viewer by Rob Stradling · 11 years ago
- 17c2764 CMS support for key agreeement recipient info. by Dr. Stephen Henson · 12 years ago
- 333f926 Add DTLS-SRTP. by Ben Laurie · 13 years ago
- 487b023 make update (1.1.0-dev) by Richard Levitte · 14 years ago
- edc032b Add SRP support. by Ben Laurie · 14 years ago
- e2b798c Assorted bugfixes: by Bodo Möller · 14 years ago
- df6de39 Change AR to ARX to allow exclusion of fips object modules by Dr. Stephen Henson · 14 years ago
- 73334e8 PR: 2386 by Dr. Stephen Henson · 14 years ago
- 9799937 PR: 2278 Submitted By: Mattias Ellert <mattias.ellert@fysast.uu.se> by Dr. Stephen Henson · 15 years ago
- cc06613 make update by Dr. Stephen Henson · 15 years ago
- 031c789 make update by Dr. Stephen Henson · 15 years ago
- 512d359 Update from 1.0.0-stable. by Dr. Stephen Henson · 16 years ago
- c869da8 Update from 1.0.0-stable by Dr. Stephen Henson · 16 years ago
- 5f8f94a Update from 1.0.0-stable. by Dr. Stephen Henson · 16 years ago
- ef236ec Merge from 1.0.0-stable branch. by Dr. Stephen Henson · 16 years ago
- 14023fe Merge from 1.0.0-stable branch. by Dr. Stephen Henson · 16 years ago
- 1ea6472 Type-safe OBJ_bsearch_ex. by Ben Laurie · 16 years ago
- 985de86 Remove old non-safestack code. by Dr. Stephen Henson · 17 years ago
- 5ce278a More type-checking. by Ben Laurie · 17 years ago
- 0a56761 Avoid warning about empty structures and always define CHECKED_PTR_OF by Dr. Stephen Henson · 17 years ago
- 3c1d6bb LHASH revamp. make depend. by Ben Laurie · 17 years ago
- e718520 Add missing cast. by Dr. Stephen Henson · 17 years ago
- f4cc56f Signed Receipt Request utility functions and option on CMS utility to by Dr. Stephen Henson · 17 years ago
- 8931b30 And so it begins... by Dr. Stephen Henson · 17 years ago
- 67c8e7f Support for certificate status TLS extension. by Dr. Stephen Henson · 18 years ago
- a6fbcb4 Change safestack reimplementation to match 0.9.8. by Dr. Stephen Henson · 18 years ago
- cdb0392 Make preprocessor logic more fail-safe. by Andy Polyakov · 18 years ago
- 1891f5b As for inline vs. __inline. The original code implies that most compilers by Andy Polyakov · 18 years ago
- 8dee823 Inline function declarations have to be prototypes. by Ben Laurie · 18 years ago
- 54b5fd5 WIN32 fixes. by Dr. Stephen Henson · 18 years ago
- 1d1a646 Back out safestack.h change for now: seems to break some things. by Dr. Stephen Henson · 18 years ago
- 297e6f1 Avoid use of function pointer casts in pem library. Modify safestack to by Dr. Stephen Henson · 18 years ago
- 96afc1c Add SEED encryption algorithm. by Bodo Möller · 18 years ago
- 560b79c Constify version strings and some structures. by Dr. Stephen Henson · 18 years ago
- 10ca15f Fix change to OPENSSL_NO_RFC3779 by Dr. Stephen Henson · 18 years ago
- 96ea4ae Add RFC 3779 support. by Ben Laurie · 18 years ago
- de12116 Initial, incomplete support for typesafe macros without using function casts. by Dr. Stephen Henson · 18 years ago
- 5d20c4f Overhaul of by_dir code to handle dynamic loading of CRLs. by Dr. Stephen Henson · 19 years ago
- c7235be RFC 3161 compliant time stamp request creation, response generation by Ulf Möller · 19 years ago
- 15ac971 Update filenames in makefiles. by Dr. Stephen Henson · 19 years ago
- ce92b6e Further BUILDENV refinement, further fool-proofing of Makefiles and by Andy Polyakov · 20 years ago
- 10cde50 make update by Bodo Möller · 20 years ago
- 81a86fc Fool-proofing Makefiles by Andy Polyakov · 20 years ago
- 8ccd06c openssl_fcast should always be defined, not just with DEBUG_SAFESTACK by Dr. Stephen Henson · 20 years ago
- fe86616 Some C compilers produce warnings or compilation errors if an attempt by Dr. Stephen Henson · 20 years ago
- a74286d Make sure id2_func is properly cast as well... by Richard Levitte · 20 years ago
- ed82419 Avoid compiler complaint about mismatched function signatures (void * != char *) by Richard Levitte · 20 years ago
- 49f3865 Type mismatch detected by DEC C compiler. void* != void** by Richard Levitte · 20 years ago
- f68854b Various Win32 and other fixes for warnings and compilation errors. by Dr. Stephen Henson · 20 years ago
- 4bb61be Add emacs cache files to .cvsignore. by Richard Levitte · 20 years ago
- 41a15c4 Give everything prototypes (well, everything that's actually used). by Ben Laurie · 20 years ago
- 42ba5d2 Blow away Makefile.ssl. by Ben Laurie · 20 years ago
- a2ac429 Don't use $(EXHEADER) directly in for loops, as most shells will break by Richard Levitte · 20 years ago
- 785e827 Oops! by Dr. Stephen Henson · 20 years ago
- 2f605e8 Fix race condition when CRL checking is enabled. by Dr. Stephen Henson · 20 years ago
- 5d7c222 New X509_VERIFY_PARAM structure and associated functionality. by Dr. Stephen Henson · 21 years ago
- 9c52d2c After the latest round of header-hacking, regenerate the dependencies in by Geoff Thorpe · 21 years ago
- 8c521c7 Extend the index parameter checking from sk_value to sk_set(). Also tidy up by Geoff Thorpe · 21 years ago
- 2749276 Avoid undefined results when the parameter is out of range. by Geoff Thorpe · 21 years ago