openssl.git
2000-01-28 Richard LevittePut config in section 5, where it belongs.
2000-01-28 Dr. Stephen... Add CA.pl man page this time...
2000-01-28 Dr. Stephen... New -pkcs12 option to CA.pl.
2000-01-27 Ulf Möllerfix link
2000-01-27 Richard LevitteDeclare BN_pseudo_rand().
2000-01-27 Richard LevitteIt works much better when you don't press shift at...
2000-01-27 Bodo MöllerA couple of things were reversed for BN_pseudo_rand ...
2000-01-27 Richard LevitteAdded a configuration for myself...
2000-01-27 Richard LevitteUse the pod2man that comes with OpenSSL. Make it so...
2000-01-27 Richard LevitteSince pod2man is still evolving, and some sites (among...
2000-01-27 Richard LevitteUpdate all links so they will be rendered better.
2000-01-27 Ulf Möllercomment was wrong.
2000-01-27 Ulf MöllerUpdate comment from bn.h
2000-01-27 Ulf MöllerDocument DSA and SHA.
2000-01-27 Ulf MöllerNew news.
2000-01-27 Ulf MöllerIncrease the year by one.
2000-01-27 Bodo Möllertypo in a comment
2000-01-27 Bodo MöllerUpdate comments to provide a better approximation of...
2000-01-27 Bodo MöllerAdd a pointer to a paper (is the algorithm in section...
2000-01-27 Bodo Möllerenable Montgomery test
2000-01-27 Bodo MöllerUpdate references.
2000-01-27 Bodo MöllerSmall correction.
2000-01-27 Bodo MöllerCorrect typos that ispell did not find.
2000-01-27 Richard LevitteMade link of reference
2000-01-27 Ulf MöllerNew manpage.
2000-01-27 Ulf MöllerRun ispell.
2000-01-27 Richard LevitteUpdate all links so they will be rendered better.
2000-01-26 Bodo MöllerSome comments added, and slight code clean-ups.
2000-01-26 Bodo MöllerClarification.
2000-01-25 Bodo MöllerNew manual page.
2000-01-24 Bodo MöllerAvoid a race condition.
2000-01-24 Bodo MöllerImprove clarity.
2000-01-24 Bodo MöllerDocument RAND_load_file change.
2000-01-24 Richard LevitteMan page section forgotten...
2000-01-24 Bodo MöllerGive the correct e-mail address even though the message...
2000-01-24 Bodo MöllerRAND_load_file(..., -1) now means "read the complete...
2000-01-24 Bodo MöllerRAND_pseudo_bytes is good enough for encryption IVs,
2000-01-24 Bodo MöllerThe des_xcbc_encrypt apparently always fails.
2000-01-24 Richard LevitteAdd the PID to the output on Win32.
2000-01-24 Richard LevitteLet's make all the example formated the same, shall we?
2000-01-24 Richard LevitteCorrect indentation
2000-01-24 Dr. Stephen... Document how CRYPTO_EX_DATA stuff works for
2000-01-24 Ulf MöllerDocumented in the RSA_print page
2000-01-24 Ulf MöllerRSA_print etc
2000-01-24 Ulf MöllerRename asn1/pkcs8.c to asn1/p8_key.c to avoid name...
2000-01-23 Dr. Stephen... Tidy up CRYPTO_EX_DATA structures.
2000-01-23 Ulf MöllerDocument the BN library.
2000-01-23 Bodo MöllerUnder VMS, ftruncate should be available
2000-01-23 Bodo MöllerAs ftruncate is not availabe on all platforms, switch...
2000-01-23 Dr. Stephen... Make s_server, s_client check cipher list return codes.
2000-01-22 Dr. Stephen... Minor patch: check only match @STRENGTH and remove...
2000-01-22 Bodo Möllerupdate PRNG documentation/comments
2000-01-22 Ulf Möllerdh renamed to dhparam
2000-01-22 Ulf Möllerconfig string comment
2000-01-22 Ulf Möllerfail on all errors.
2000-01-22 Ulf MöllerDocument the DH library, and make some minor changes...
2000-01-22 Dr. Stephen... Add new program dhparam and update docs.
2000-01-22 Dr. Stephen... Gets Lutz Jaenicke's name right this time :-)
2000-01-22 Dr. Stephen... Apply Lutz Behnke's 56 bit cipher patch with a few
2000-01-21 Ulf MöllerMove ssl.pod to doc/ssl
2000-01-21 Ulf MöllerUse comment from md_rand.c (part 2, as well).
2000-01-21 Ulf MöllerUse comment from md_rand.c in rand.pod
2000-01-21 Dr. Stephen... Docs for sess_id utility.
2000-01-21 Bodo Möllerchange comments
2000-01-21 Bodo MöllerAvoid integer overflow in entropy counter.
2000-01-21 Ulf MöllerDocument RAND library.
2000-01-21 Ulf MöllerMove ssl.pod to doc/ssl
2000-01-21 Bodo MöllerIn RAND_write_file, truncate the file to the no. of...
2000-01-21 Bodo Mölleradd ERR_print_errors after "end" label.
2000-01-21 Bodo MöllerDon't "goto err" in client_master_key because no such...
2000-01-21 Bodo Möllerdoc/man moved to doc/apps
2000-01-21 Bodo Möllermention manual pages
2000-01-21 Dr. Stephen... Make -CAcreateserial start from 1 instead of 0 for
2000-01-21 Dr. Stephen... Change the 'man' directory to 'apps'. Yes I wish cvs
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-21 Ulf MöllerSome more ifdefs for no-xxx options.
2000-01-21 Ulf MöllerDon't build the testapps automatically because the...
2000-01-21 Ulf MöllerAFAICS lst1 stands for "lshift test" not "list".
2000-01-20 Ulf MöllerWINDOWS is defined in e_os.h. The problem was WIN32...
2000-01-20 Bodo MöllerDefine WINDOWS in all Mingw32 cases.
2000-01-20 Bodo MöllerRename lst1 to list1 to avoid name conflict on some...
2000-01-20 Bodo MöllerDefine WINDOWS for Mingw32 and Cygwin.
2000-01-20 Bodo MöllerDefine WINDOWS.
2000-01-20 Dr. Stephen... Oops... undo change to wrong prototype.
2000-01-20 Dr. Stephen... Finish off the X509_ATTRIBUTE string stuff.
2000-01-19 Dr. Stephen... Rename X509_att*() stuff to X509at_*(), add X509_REQ...
2000-01-18 Ulf MöllerRename rsa_oaep_test to the more appropriate name rsa_t...
2000-01-18 Richard LevitteCompaq C 6.2 for VMS will complain when we want to...
2000-01-18 Richard LevitteAvoid converting void * to a function pointer when...
2000-01-18 Richard LevitteA test script to check on the header files
2000-01-18 Richard LevitteBuild the test apps after all of the library has been...
2000-01-17 Richard LevitteSOCKETSHR is showing bad declarations again. However...
2000-01-17 Richard LevitteBuild the crypto test applications as well.
2000-01-17 Richard LevittePrepare for a possible disabling of certain messages...
2000-01-17 Richard LevitteGive the user the possibility to ask for compilation...
2000-01-17 Richard LevitteIt doesn't make sense to try see if these variables...
2000-01-17 Richard LevitteBeautification and a few entries added.
2000-01-16 Bodo MöllerSSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL...
2000-01-16 Ulf MöllerAdd missing #ifndefs that caused missing symbols when...
2000-01-16 Ulf MöllerHeader for RAND_seed()
next