openssl.git
2000-11-29 Bodo Mölleravoid segmentation fault
2000-11-29 Bodo MöllerMake BN_mod_inverse a little faster
2000-11-29 Bodo MöllerImprove BN_mod_inverse performance.
2000-11-29 Richard LevitteCopy and paste error... bn_add_part_words() should...
2000-11-29 Geoff ThorpeMake s_client/s_server-style cert verification output...
2000-11-29 Ulf Mölleruse standard C
2000-11-28 Geoff ThorpeMinor tweaks and improvements to the tunala demo.
2000-11-28 Geoff ThorpeA typo and a couple of logic errors fixed. I think...
2000-11-28 Bodo MöllerUse BN_pseudo_rand instead of BN_rand
2000-11-28 Bodo MöllerTimings.
2000-11-28 Bodo MöllerNote that SSL_peek has been disabled.
2000-11-28 Richard LevitteAddapt to added files in the BIGNUM section
2000-11-28 Bodo MöllerCorrect a bug in BN_kronecker.
2000-11-28 Bodo MöllerComments on SSL_peek deficiencies
2000-11-28 Bodo MöllerDisable SSL_peek until it is fixed.
2000-11-28 Bodo MöllerAdd test_kron function, which will contain a test for...
2000-11-28 Bodo MöllerAdd bn_kron.c (BN_kronecker), which I forgot in the...
2000-11-27 Bodo MöllerUndo previous commit, which was an accident.
2000-11-27 Bodo MöllerFix BN_is_... macros.
2000-11-26 Bodo MöllerChange submitted files so that they compile (in particular,
2000-11-26 Bodo MöllerChange submitted files so that they compile (in particular,
2000-11-26 Geoff ThorpeIt was a small change, but it *could* conceivably affec...
2000-11-26 Geoff ThorpeEnsure that the "ex_data" member of an RSA structure...
2000-11-26 Bodo MöllerMore BN_mod_... functions.
2000-11-26 Bodo MöllerAdd bn_mod.c (should have happend in the previous commi...
2000-11-26 Bodo Möllermodular arithmetics
2000-11-26 Bodo MöllerRemove CR at line ends.
2000-11-26 Bodo MöllerElliptic curves over GF(p), new BIGNUM functions, Montg...
2000-11-22 Richard LevitteCorrect a number of syntax errors.
2000-11-22 Richard LevitteAddapt the VMS scripts to the changes in the Makefiles.
2000-11-22 Ulf MöllerRemove RSAREF (not used).
2000-11-22 Richard LevitteAddapt the VMS scripts to the changes in the Makefiles.
2000-11-21 Richard LevitteReimplement bn_div_words, bn_add_words and bn_sub_words...
2000-11-21 Richard LevitteAvoid getting warnings about unary - being used on...
2000-11-21 Ben LaurieOops! Read a full buffer instead of some spurious numbe...
2000-11-20 Richard Levitte'echo on' works better all over than 'echo=on'. We...
2000-11-20 Ben LaurieBetter handling of EVP names, add EVP to speed.
2000-11-19 Richard LevitteMake sure bs is assigned NULL when it's free'd, or...
2000-11-19 Richard LevitteI wonder if I do too much...
2000-11-19 Richard LevitteAdd news items early. Please fill in with what I have...
2000-11-18 Richard LevitteRemove two bn_wexpand() from BN_mul(), which is a step...
2000-11-18 Richard LevitteRemove a declaration for a function that does not exist.
2000-11-18 Richard LevitteMake the definition of bn_add_words() match the definition.
2000-11-18 Richard LevitteI might want to debug the assembler modules...
2000-11-17 Bodo MöllerIncrease permissible ClientKeyExchange message length.
2000-11-17 Bodo Möllerinclude 'err' label only when it is actually used
2000-11-17 Richard LevitteMake sure BN_DIV2W is not defining when defining it...
2000-11-17 Bodo Möllertag SSL_peek bugs
2000-11-17 Bodo MöllerDocumentation on using the SSL library with non-blockin...
2000-11-17 Bodo MöllerImprove usability of 'openssl passwd' by including
2000-11-17 Bodo MöllerConstify bn_dump1 implementation so that it matches...
2000-11-16 Richard LevitteMore constification of the BN library.
2000-11-16 Richard LevitteMake sure to print the BN counting (BN_COUNT) to stderr...
2000-11-16 Richard LevitteOops, when I clean, I should do it thoroughly.
2000-11-16 Richard LevitteI've checked again and again. There really is no need...
2000-11-16 Richard Levitte/proc/cpuinfo can have several lines containing the...
2000-11-16 Geoff ThorpeI have no idea how this comment got there, but it's...
2000-11-16 Geoff ThorpeMany applications that use OpenSSL with ENGINE support...
2000-11-15 Lutz JänickeFill in missing information about the string returned...
2000-11-14 Ulf Möllerignore
2000-11-14 Richard LevitteModify () to (void), since that's what is actually...
2000-11-14 Richard LevitteTwo OCSP functions that aren't yet implemented.
2000-11-14 Richard Levittemake update
2000-11-14 Richard LevitteGet the Rijndael function declarations.
2000-11-14 Richard LevitteDetect and mark functions that no longer exist.
2000-11-14 Lutz JänickeSome platforms (namely HP-UX) require the 'x' bit set...
2000-11-14 Richard LevitteTypo, was "time" instead of "tim".
2000-11-14 Richard LevitteAdd Rijndael as things to look through.
2000-11-13 Lutz JänickeHP-UX shared libraries do not build any longer, as...
2000-11-12 Ulf Möllerin some new file names the first 8 characters were...
2000-11-12 Richard LevitteFor a long time, I've wanted to be able to easily run...
2000-11-12 Bodo MöllerAdditional explanations for SSL_ERROR_WANT_READ/WRITE.
2000-11-12 Richard LevitteEnhance granularity on what I want to debug for the...
2000-11-12 Richard LevitteUpdate my own debugging configuration entry
2000-11-12 Ben LaurieMake Rijndael work! Those long flights have some good...
2000-11-12 Ben LaurieMake this stuff compile.
2000-11-10 Bodo MöllerPoint to SSL_set_bio(3) early because that manpage...
2000-11-10 Bodo Mölleradd missing word
2000-11-09 Bodo Möllertmp2 is not used in BN_mod_mul_montgomery.
2000-11-08 Richard LevitteReally stupid glitch (a comment not properly ended...
2000-11-08 Richard LevitteRemove references to RSAref. The glue library is but...
2000-11-08 Bodo MöllerBN_CTX-related fixes.
2000-11-07 Richard LevitteConstification of LHASH. Contributed by "Paul D. Smith...
2000-11-07 Richard LevitteDocument that the Nuron hardware has been added and...
2000-11-07 Richard LevitteConstify DH-related code.
2000-11-07 Richard LevitteConstify DSA-related code.
2000-11-07 Richard LevitteMake sure ERR_get_error() is declared.
2000-11-07 Richard LevitteA few more constifications of some RSA routines that...
2000-11-07 Richard LevitteLutz tells me HP cc uses the same syntax for flags...
2000-11-07 Richard LevitteWhen ENGINE_by_id() couldn't find the given engine...
2000-11-07 Richard Levitteshl_load() also needs to load along a path given through an
2000-11-07 Bodo MöllerHandle BN_copy failure after successful BN_new.
2000-11-07 Bodo Möllerhandle the case when BN_new returns NULL
2000-11-06 Richard LevitteDocument recent constifications.
2000-11-06 Richard LevitteConstification of CRYPTO_get_ex_data() needed for the...
2000-11-06 Richard LevitteThe consequence of constification is that to pass the...
2000-11-06 Richard LevitteConstify the RSAref glue code.
2000-11-06 Richard LevitteConstify the RSA parts of the ASN.1 library. Note...
2000-11-06 Richard LevitteConstify the RSA library.
2000-11-06 Richard LevitteConstify the RSA library.
next