summary refs log tree commit diff
path: root/pkgs/development/libraries/crypto++
Commit message (Collapse)AuthorAge
* cryptopp: 5.6.4 -> 5.6.5Graham Christensen2016-12-28
| | | | for CVE-2016-7420: CVE-2016-7420
* cryptopp: 5.6.2 -> 5.6.4Franz Pletz2016-09-29
| | | | | | | | Fix CVE-2016-3995. #18856 Remove broken flag. #19040 cc #19009
* cryptopp: mark as brokenGraham Christensen2016-09-28
| | | | https://github.com/NixOS/nixpkgs/issues/18856
* cc-wrapper: add option to skip flags for native optimizationsNikolay Amiantov2016-03-24
|
* crypto++: fix tests by not using -O3, refactorVladimír Čunát2015-06-27
| | | | | | | | Tests were segfaulting due to compilation with -O3, most likely since building with gcc-4.9. AFAIK it isn't generally safe/advisable to use -O3 anyway. Also do some cleanup and expression refactoring, mostly.
* crypto++: fix build issue on OSX (10.9.5 at least)Eric Merritt2015-05-08
|
* Add some missing platformsWilliam A. Kennington III2015-04-21
|
* Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-06
| | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* unmaintain several packagesLudovic Courtès2013-08-16
|
* crypto++: adding shared object targetLluís Batlle i Rossell2013-06-03
| | | | We only built the static library, before.
* cryptopp: fix via minor updateVladimír Čunát2013-02-23
|
* Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra2012-11-29
|
* include upstream patch for salsa validation with gcc4.6Florian Friesdorf2012-02-27
| | | | | | http://sourceforge.net/apps/trac/cryptopp/changeset/529 svn path=/nixpkgs/branches/stdenv-updates/; revision=32638
* Updating crypto++ to 5.6.1Lluís Batlle i Rossell2012-02-07
| | | | svn path=/nixpkgs/trunk/; revision=32098
* pkgs/development/libraries/crypto++: added todo note about removing ↵Peter Simons2010-07-28
| | | | | | cryptotest.exe from the installed image svn path=/nixpkgs/trunk/; revision=22790
* pkgs/development/libraries/crypto++: fixed build impurityPeter Simons2010-07-28
| | | | | | | | | | | | | * Don't build with "-march=native", because the generated binaries won't work reliably on systems with a different CPU. Instead, "--march=i686" is used on x86, and "--march=nocona" an x86_64. Otherwise, "--march" remains unset. * Compile with -O3 instead of -O2. This code is performance-critical. * Don't build with '-g'. svn path=/nixpkgs/trunk/; revision=22785
* crypto++: use stdenv.system in stead of builtins.currentSystem for patches ↵Rob Vermaas2010-07-07
| | | | | | and buildinputs svn path=/nixpkgs/trunk/; revision=22507
* Crypto++: Fix on Darwin.Ludovic Courtès2009-09-16
| | | | svn path=/nixpkgs/trunk/; revision=17196
* Crypto++: Fix shared library.Ludovic Courtès2009-08-11
| | | | svn path=/nixpkgs/trunk/; revision=16664
* Crypto++ 5.6.0, with shared library and test suite.Ludovic Courtès2009-08-10
| | | | svn path=/nixpkgs/trunk/; revision=16661
* Add Crypto++, a C++ cryptography library.Ludovic Courtès2008-07-29
svn path=/nixpkgs/trunk/; revision=12444