projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Increase boundaries in EC_window_bits_for_scalar_size table.
[oweals/openssl.git]
/
crypto
/
2001-03-20
Bodo Möller
Increase boundaries in EC_window_bits_for_scalar_size...
tree
|
commitdiff
2001-03-19
Bodo Möller
Table for window sizes.
tree
|
commitdiff
2001-03-18
Richard Levitte
New cofiguration for Unixwre and SCO,with slightly...
tree
|
commitdiff
2001-03-18
Dr. Stephen Henson
Fix PKCS#12 key generation bug.
tree
|
commitdiff
2001-03-15
Dr. Stephen Henson
Overhaul the display of certificate details in
tree
|
commitdiff
2001-03-15
Bodo Möller
Completely remove mont2 stuff.
tree
|
commitdiff
2001-03-15
Bodo Möller
avoid infinite loop
tree
|
commitdiff
2001-03-15
Bodo Möller
error codes are longs, not ints
tree
|
commitdiff
2001-03-15
Bodo Möller
More error_data memory leaks
tree
|
commitdiff
2001-03-15
Dr. Stephen Henson
Document the -certopt option to the x509 utility.
tree
|
commitdiff
2001-03-14
Bodo Möller
The former ULTRASPARC preprocessor symbol is now called
tree
|
commitdiff
2001-03-13
Richard Levitte
make update.
tree
|
commitdiff
2001-03-13
Bodo Möller
Use err_clear_data macro
tree
|
commitdiff
2001-03-12
Bodo Möller
fix memory leak in err.c
tree
|
commitdiff
2001-03-12
Bodo Möller
Rename function EC_GROUP_precompute to EC_GROUP_precomp...
tree
|
commitdiff
2001-03-11
Bodo Möller
Add various X9.62 OIDs. (GF(2^n) mostly left out.)
tree
|
commitdiff
2001-03-11
Bodo Möller
EC_METHOD based on bn_mont2 (not used in the library)
tree
|
commitdiff
2001-03-11
Bodo Möller
Forcibly enable memory leak checking during "make test"
tree
|
commitdiff
2001-03-11
Bodo Möller
Timings are not supposed to be enabled by default ...
tree
|
commitdiff
2001-03-11
Bodo Möller
Add functions EC_POINT_mul and EC_GROUP_precompute.
tree
|
commitdiff
2001-03-11
Bodo Möller
handle negative scalars correctly when doing point...
tree
|
commitdiff
2001-03-11
Bodo Möller
use fflush
tree
|
commitdiff
2001-03-10
Bodo Möller
Change timing output: We don't have "exponents" here...
tree
|
commitdiff
2001-03-10
Bodo Möller
comment and error code update
tree
|
commitdiff
2001-03-10
Bodo Möller
Remove files from Lenka's EC implementation.
tree
|
commitdiff
2001-03-10
Bodo Möller
More EC stuff, including EC_POINTs_mul() for simultaneo...
tree
|
commitdiff
2001-03-10
Dr. Stephen Henson
In crypto/ec #if 0 out structures which reference ...
tree
|
commitdiff
2001-03-10
Dr. Stephen Henson
Typo.
tree
|
commitdiff
2001-03-09
Bodo Möller
Instead of telling both 'make' and the user that ranlib
tree
|
commitdiff
2001-03-09
Dr. Stephen Henson
Change the EVP_somecipher() and EVP_somedigest()
tree
|
commitdiff
2001-03-09
Richard Levitte
Bug fixes.
tree
|
commitdiff
2001-03-08
Bodo Möller
Fix ec_GFp_simple_cmp.
tree
|
commitdiff
2001-03-08
Bodo Möller
Implement EC_GFp_mont_method.
tree
|
commitdiff
2001-03-08
Bodo Möller
Fixes to make 'no-ec' work (it should not turn 'objects...
tree
|
commitdiff
2001-03-08
Bodo Möller
More method functions for elliptic curves,
tree
|
commitdiff
2001-03-08
Richard Levitte
Some EC function names are really long. Make aliases...
tree
|
commitdiff
2001-03-08
Bodo Möller
Comment
tree
|
commitdiff
2001-03-08
Ulf Möller
old MSVC versions don't have rdtsc
tree
|
commitdiff
2001-03-08
Bodo Möller
Hide BN_CTX structure details.
tree
|
commitdiff
2001-03-08
Richard Levitte
VMS catches up on the EC modifications.
tree
|
commitdiff
2001-03-08
Dr. Stephen Henson
Make EVP_Digest*() routines return a value.
tree
|
commitdiff
2001-03-08
Bodo Möller
avoid compiler warning
tree
|
commitdiff
2001-03-08
Bodo Möller
Constify BN_value_one.
tree
|
commitdiff
2001-03-08
Bodo Möller
Integrate ec_err.[co].
tree
|
commitdiff
2001-03-08
Bodo Möller
Sort openssl.ec, the configuration file for mkerr.pl.
tree
|
commitdiff
2001-03-08
Bodo Möller
Integrate ectest.c (which does not yet do anything).
tree
|
commitdiff
2001-03-08
Bodo Möller
Order ERR_load_... calls like the stuff in err.h.
tree
|
commitdiff
2001-03-08
Bodo Möller
Get rid of '#define ERR_file_name __FILE__', which...
tree
|
commitdiff
2001-03-08
Bodo Möller
Let EC_POINT_copy do nothing if dest==src
tree
|
commitdiff
2001-03-08
Bodo Möller
More 'TODO' items.
tree
|
commitdiff
2001-03-08
Bodo Möller
More method functions for EC_GFp_simple_method.
tree
|
commitdiff
2001-03-07
Bodo Möller
More method functions.
tree
|
commitdiff
2001-03-07
Bodo Möller
Some actual method functions (not enough yet to use...
tree
|
commitdiff
2001-03-07
Richard Levitte
Code for better build under Darwin (MacOS X).
tree
|
commitdiff
2001-03-07
Bodo Möller
..._init functions are method-specific too
tree
|
commitdiff
2001-03-07
Bodo Möller
Optimized EC_METHODs need specific 'set_curve' and...
tree
|
commitdiff
2001-03-07
Bodo Möller
The next bunch of vaporware.
tree
|
commitdiff
2001-03-07
Bodo Möller
extra_data 'mixin'.
tree
|
commitdiff
2001-03-07
Bodo Möller
Oops ...
tree
|
commitdiff
2001-03-07
Bodo Möller
In clear_free, clear the complete structure just in...
tree
|
commitdiff
2001-03-07
Bodo Möller
Fix ERR_R_... problems.
tree
|
commitdiff
2001-03-07
Bodo Möller
Implement dispatcher for EC_GROUP and EC_POINT method...
tree
|
commitdiff
2001-03-06
Bodo Möller
Add a few 'const's
tree
|
commitdiff
2001-03-06
Bodo Möller
Change obj_... generation so that it does not generate...
tree
|
commitdiff
2001-03-06
Bodo Möller
'is_at_infinity' tests don't need a BN_CTX.
tree
|
commitdiff
2001-03-06
Bodo Möller
New function declarations.
tree
|
commitdiff
2001-03-06
Bodo Möller
Add BN_CTX arguments where appropriate.
tree
|
commitdiff
2001-03-05
Bodo Möller
Add EC_GROUP_new_GFp prototype.
tree
|
commitdiff
2001-03-05
Bodo Möller
Change comments.
tree
|
commitdiff
2001-03-05
Bodo Möller
Some declarations that outline what I intend to implement.
tree
|
commitdiff
2001-03-05
Richard Levitte
Update the VMS build scripts for EC
tree
|
commitdiff
2001-03-05
Bodo Möller
Another file I had forgotten to add.
tree
|
commitdiff
2001-03-05
Bodo Möller
Add yet another (still empty) source code file that...
tree
|
commitdiff
2001-03-05
Bodo Möller
Add more EC vaporware (empty source code files I missed...
tree
|
commitdiff
2001-03-05
Bodo Möller
Move ec.h to ec2.h because it is not compatible with...
tree
|
commitdiff
2001-03-05
Bodo Möller
New option '-subj arg' for 'openssl req' and 'openssl...
tree
|
commitdiff
2001-03-03
Bodo Möller
EC_set_half and the 'h' component of struct bn_ec_struc...
tree
|
commitdiff
2001-03-02
Richard Levitte
Spelling corrected.
tree
|
commitdiff
2001-03-02
Richard Levitte
Introduce the possibility to access global variables...
tree
|
commitdiff
2001-03-01
Dr. Stephen Henson
Fix bug in copy_email() which would not
tree
|
commitdiff
2001-02-28
Dr. Stephen Henson
Fix a bug which caused BN_div to produce the
tree
|
commitdiff
2001-02-27
Ulf Möller
%f conversion bug fix
tree
|
commitdiff
2001-02-26
Dr. Stephen Henson
Typo in comment.
tree
|
commitdiff
2001-02-26
Dr. Stephen Henson
Enhance OCSP_request_verify() so it finds the signers...
tree
|
commitdiff
2001-02-26
Richard Levitte
make update
tree
|
commitdiff
2001-02-26
Richard Levitte
Add the CCITT pilot directory OIDs.
tree
|
commitdiff
2001-02-25
Dr. Stephen Henson
Trap an invalid ASN1_ITEM construction and print out
tree
|
commitdiff
2001-02-24
Dr. Stephen Henson
New function and options to check OCSP response validity.
tree
|
commitdiff
2001-02-24
Dr. Stephen Henson
Print out OID of unknown signature or public key
tree
|
commitdiff
2001-02-24
Dr. Stephen Henson
Stop PKCS7_verify() core dumping with unknown public
tree
|
commitdiff
2001-02-23
Dr. Stephen Henson
Make OCSP cert id code tolerate a missing issuer certif...
tree
|
commitdiff
2001-02-23
Dr. Stephen Henson
Get rid of ASN1_ITEM_FUNCTIONS dummy function
tree
|
commitdiff
2001-02-23
Richard Levitte
make depend.
tree
|
commitdiff
2001-02-23
Dr. Stephen Henson
Initial support for ASN1_ITEM_FUNCTION option to
tree
|
commitdiff
2001-02-22
Richard Levitte
Define the right macro for Linux and other GNU-based...
tree
|
commitdiff
2001-02-22
Richard Levitte
e_os.h defines Getenv()
tree
|
commitdiff
2001-02-22
Richard Levitte
CONF_METHOD is one of the few places where you find...
tree
|
commitdiff
2001-02-22
Bodo Möller
undo previous change: "e_os.h" is now the official...
tree
|
commitdiff
2001-02-22
Bodo Möller
include e_os.h as "openssl/e_os.h" (as elsewhere)
tree
|
commitdiff
2001-02-22
Richard Levitte
e_os.h does not belong with the exported headers. ...
tree
|
commitdiff
next