summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_4_4_BASE'.OPENBSD_4_4_BASEcvs2svn2008-07-2845-22653/+0
|
* http://openssl.org/news/patch-CVE-2007-3108.txt; ok pval, deraadtmarkus2007-08-211-13/+65
|
* resolve conflictsdjm2006-06-2710-50/+473
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-272-13/+292
|\ | | | | branch.
| * import of openssl-0.9.7jdjm2006-06-279-60/+692
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-271-3/+5
|\ \ | | | | | | branch.
| * | import of openssl-0.9.7jdjm2006-06-274-6/+78
| | |
* | | make BN_is_prime() realise that 2 is, in fact, a prime number.djm2006-03-141-1/+3
| | | | | | | | | | | | from OpenSSL CVS; ok otto@ deraadt@
* | | resolve conflictsdjm2005-04-293-133/+88
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-292-18/+2117
|\ \ \ | | |/ | |/| branch.
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-294-150/+2204
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+331
|\ \ \ | | |/ | |/| branch.
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-292-1/+332
| | |
| * | import 0.9.7b (without idea and rc5)markus2003-05-114-143/+162
| | |
| * | import openssl-0.9.7-beta3markus2002-09-051-1/+1
| | |
| * | import openssl-0.9.7-beta1markus2002-09-0510-1296/+4545
| | |
| * | This commit was manufactured by cvs2git to create branch 'openssl'.cvs2svn2002-05-1535-0/+13707
| | |
* | | merge 0.9.7dmarkus2004-04-085-16/+18
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendormarkus2004-04-071-1/+1
|\ \ \ | | |/ | |/| branch.
| * | import openssl-0.9.7dmarkus2004-04-075-17/+17
| | |
| * | import 0.9.7cmarkus2003-11-111-2/+2
| | |
* | | return(00); -> return(0); markus@ okaaron2004-03-171-2/+2
| | |
* | | use bn_asm_vax.S (from netbsd); test + ok by miodmarkus2003-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | use asm code for i386, except for the CBC code, because it is not clean PIC code. add <machime/asm.h> support to x86unix.pl tested by: nick (on 30386), henning, djm, tedu, jmc and more; no shlib minor crank necessary, only internal symbols changed.
* | | merge 0.9.7c; minor bugsfixes;markus2003-11-112-2/+3
| | | | | | | | | | | | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* | | Revert BN_cmp() change. Its arguments are const. Spotted by miod@.otto2003-09-291-3/+0
| | | | | | | | | | | | ok deraadt@
* | | Return immediately if argument to BN_sub_word is zero.otto2003-09-251-0/+3
| | | | | | | | | | | | ok markus@ deraadt@
* | | Use BN_is_zero(), not x->top == 0 to test if a BN is zero.otto2003-09-251-3/+3
| | | | | | | | | | | | ok markus@ deraadt@
* | | Add extra calls to bn_fix_top() in BN_cmp(), since some functions mayotto2003-09-251-0/+3
| | | | | | | | | | | | | | | | | | leave an invalid BN. ok markus@ deraadt@
* | | Do not produce a corrupt BIGNUM when adding 0 to 0 using BN_add_word().otto2003-08-211-0/+3
| | | | | | | | | | | | ok markus@
* | | merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-1215-707/+500
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendormarkus2003-05-111-0/+575
|\| | | | | | | | branch.
| * | import 0.9.7b (without idea and rc5)markus2003-05-1111-539/+905
| | |
| * | import openssl-0.9.7-stable-SNAP-20020911 (without idea)markus2002-09-121-1/+1
| | |
| * | import openssl-0.9.7-beta3markus2002-09-052-1/+7
| | |
| * | import openssl-0.9.7-beta1markus2002-09-0528-2068/+6630
| | |
| * | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2002-05-1519-0/+9255
| | |
* | | sprintf->snprintf. deraadt@ suggestions and okho2003-04-061-2/+3
| | |
* | | Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-051-2/+2
| | |
* | | merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-1/+1
| | | | | | | | | | | | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* | | merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-104-3/+9
| | |
* | | execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
| | |
* | | Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-073-14/+14
| | | | | | | | | | | | correctly autogenerate obj_mac.h
* | | Merge openssl-0.9.7-stable-SNAP-20020519beck2002-05-212-4/+10
| | |
* | | OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1533-1220/+4739
| | |
* | | merge openssl 0.9.6b-enginebeck2001-08-011-185/+245
| | | | | | | | | | | | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* | | openssl-engine-0.9.6a mergebeck2001-06-2211-58/+158
| | |
* | | openssl-engine0.9.6 mergebeck2000-12-1520-0/+0
| | | | | | | | | | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
* | | openssl-engine-0.9.6 mergebeck2000-12-1523-957/+3956
| | |
* | | OpenSSL 0.9.5a mergebeck2000-04-159-2789/+17
| | |
* | | OpenSSL 0.9.5 mergebeck2000-03-1948-4847/+3591
| | | | | | | | | | | | | | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs