summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
AgeCommit message (Collapse)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
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 Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-09-25Prepare for 1.0.2-beta4-devMatt Caswell
Reviewed-by: Stephen Henson <steve@openssl.org>
2014-09-25Prepare for 1.0.2-beta3 releaseOpenSSL_1_0_2-beta3Matt Caswell
Reviewed-by: Stephen Henson <steve@openssl.org>
2014-08-27RT2308: Add extern "C" { ... } wrapperRich Salz
Add the wrapper to all public header files (Configure generates one). Don't bother for those that are just lists of #define's that do renaming. Reviewed-by: Tim Hudson <tjh@openssl.org> Cherry-pick of commit 17e80c6bd05de7406a65116f34ed59665607d8d5
2014-07-22Prepare for 1.0.2-beta3-devMatt Caswell
Reviewed-by: Stephen Henson <steve@openssl.org>
2014-07-22Prepare for 1.0.2-beta2 releaseOpenSSL_1_0_2-beta2Matt Caswell
Reviewed-by: Stephen Henson <steve@openssl.org>
2014-02-24Prepare for 1.0.2-beta2-devDr. Stephen Henson
2014-02-24Prepare for 1.0.2-beta1 releaseOpenSSL_1_0_2-beta1Dr. Stephen Henson
2014-02-24OpenSSL 1.0.2 is now in betaDr. Stephen Henson
2012-03-22set version to 1.0.2-devDr. Stephen Henson
2012-03-14prepare for 1.0.1 releaseDr. Stephen Henson
2012-02-23correct CHANGESOpenSSL_1_0_1-beta3Dr. Stephen Henson
2012-01-19change version to beta3-devDr. Stephen Henson
2012-01-19prepare for beta2Dr. Stephen Henson
2012-01-03prepare for 1.0.1-beta1OpenSSL_1_0_1-beta1Dr. Stephen Henson
2012-01-02OpenSSL 1.0.1 is now in beta.Dr. Stephen Henson
2011-01-03PR: 2416Dr. Stephen Henson
Submitted by: Mark Phalan <mark.phalan@oracle.com> Reviewed by: steve Use L suffix in version number.
2010-06-16update versions for 1.0.1Dr. Stephen Henson
2010-06-16update README, fix opensslv.hDr. Stephen Henson
2010-06-16update for next versionDr. Stephen Henson
2010-06-01prepare for releaseOpenSSL_1_0_0aDr. Stephen Henson
2010-03-30updates for next releaseDr. Stephen Henson
2010-03-29Prepare for 1.0.0 release - finally ;-)OpenSSL_1_0_0Dr. Stephen Henson
2010-01-20update version for next beta if we have one...Dr. Stephen Henson
2010-01-20Prepare for beta5 releaseDr. Stephen Henson
2009-11-10Prepare for beta4 releaseDr. Stephen Henson
2009-07-15Update for next beta.Dr. Stephen Henson
2009-07-15Preparation for beta3 release.OpenSSL_1_0_0-beta3Dr. Stephen Henson
2009-04-21Change version to beta3-devDr. Stephen Henson
2009-04-21Beta 2 preparation.Dr. Stephen Henson
2009-04-03Update version info, fix typo.Dr. Stephen Henson
2009-04-01Update for first beta.Dr. Stephen Henson
2009-03-31Fix shlib version.Dr. Stephen Henson
2009-03-31Correct version.Dr. Stephen Henson
2009-03-31HEAD is now 1.1.0Dr. Stephen Henson
The 1.0.0 branch is now OpenSSL_1_0_0-stable
2009-03-28Nothing to see here... move along....Dr. Stephen Henson
2007-02-17Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller
This change resolves a number of problems and obviates multiple kludges. A new feature is that you can now say "AES256" or "AES128" (not just "AES", which enables both). In some cases the ciphersuite list generated from a given string is affected by this change. I hope this is just in those cases where the previous behaviour did not make sense.
2005-05-18I just branched 0.9.8, so HEAD needs to be bumped to 0.9.9-dev.Richard Levitte
The 0.9.8 branch is called OpenSSL_0_9_8-stable.
2004-05-17Make reservations for FIPS code in HEAD branch, so that the moment FIPSAndy Polyakov
comes in we have required macros in place.
2002-07-31The version of the shared library should, for now, reflect the versionRichard Levitte
of OpenSSL. Part of PR 181.
2002-04-11Change the date to XX xxx XXXX in development versions.Richard Levitte
2002-02-13Modify the main trunk version to 0.9.8-dev.Richard Levitte
0.9.7 now lives in the branch OpenSSL_0_9_7-stable.
2001-08-10Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>Richard Levitte
His comments are: 1) Changes all references for `True64' to be `Tru64', which is the correct spelling for the OS name. 2) Makes `alpha-cc' be the same as `alpha164-cc', and adds an `alphaold-cc' entry that is the same as the previous `alpha-cc'. The reason is that most people these days are using the newer compiler, so it should be the default. 3) Adds a bit of commentary to Configure, regarding the name changes of the OS over the years, so it's not so confusing to people that haven't been with the OS for a while. 4) Adds an `alpha-cc-rpath' target (which is *not* selected automatically by Configure under any circumstance) that builds an RPATH into the shared libraries. This is explained in the comment in Configure. It's very very useful for people that want it, and people that don't want it just shouldn't choose that target. 5) Adds the `-pthread' flag as the best way to get POSIX thread support from the newer compiler. 6) Updates the Makefile targets, so that when the `alpha164-cc', `alpha-cc', or `alpha-cc-rpath' target is what Configure is set to use, it uses a Makefile target that includes the `-msym' option when building the shared library. This is a performance enhancement. 7) Updates `config' so that if it detects you're running version 4 or 5 of the OS, it automatically selects `alpha-cc', but uses `alphaold-cc' for versions 1-3 of the OS. 8) Updates the comment in opensslv.h, fixing both the OS name typo and adding a reference to IRIX 6.x, since the shared library semantics are virtually identical there.
2001-07-10In version numbers, there is just one "M" nybble.Bodo Möller
2000-10-13Bump the shared library version (should have been done a while ago).Richard Levitte
2000-09-24Update the status and version number to 0.9.7-dev.Richard Levitte
2000-09-24Time to build the release. Bump the version info accordingly.Richard Levitte
2000-09-21Time to build beta 3. Bump the version numbers accordingly.OpenSSL_0_9_6-beta3Richard Levitte
2000-09-17A new beta is being released. Change the version numbersRichard Levitte
accordingly.