openbsd
2014-05-18 tedufactor out a bit of the chunk index code and use it...
2014-05-18 mpiDo not pass an xfer pointer to the timeout routine...
2014-05-18 jsingOut of all the openssl apps, just one of them has code...
2014-05-18 espieuse reallocarray
2014-05-18 jsingW_OK comes via unistd.h - nuke several #ifndef W_OK...
2014-05-18 jsingRemove unused include.
2014-05-18 jsingGroup and sort includes.
2014-05-18 miodPlug memory leaks upon error in OCSP_url_svcloc_new().
2014-05-18 miodIn OCSP_sendreq_bio(), cope with OCSP_sendreq_new(...
2014-05-18 miodIn dtls1_reassemble_fragment() and dtls1_process_out_of...
2014-05-18 miodIn ssl3_send_certificate_request(), when adding the...
2014-05-18 miodMake sure ssl3_setup_buffers() does not return upon...
2014-05-18 stspFix tail packet check in elantech v3 touchpad code...
2014-05-18 krwDon't add a lease to the leases TAILQ more than once...
2014-05-18 toddsync
2014-05-18 jsingbio_err is initialised in main, hence there is no need...
2014-05-18 jsingMore KNF.
2014-05-18 miodOmit -Werror if building with gcc3, for it triggers...
2014-05-18 stspMake rtsx(4) attach to RTL8402 devices. Reported as...
2014-05-18 stspregen
2014-05-18 stspAdd PCI ID for Realtek RTL8402 card reader.
2014-05-18 miodNo need to check for NULL before invoking free(); use...
2014-05-18 espieuse reallocarray and friends. okay miod@
2014-05-18 sthensync openssl(1) with changes already made in src/lib...
2014-05-18 espieuse reallocarray
2014-05-18 espiea bit more reallocarray (and kill ecalloc, which isn...
2014-05-18 jsgThere is no need to compile nginx with -O1 on vax anymore.
2014-05-18 chlreplace some (type *)0 to NULL
2014-05-17 miodOne more mistake introduced in 1.65
2014-05-17 chlremove unused variables
2014-05-17 miod...and it needs a guard against NULL as well.
2014-05-17 miodFix previous commit by making sure we are not dereferen...
2014-05-17 chlremove unused variable
2014-05-17 tedudoes sunos not have memmove? sorry, i guess sunos will...
2014-05-17 chladd missing header needed by str* and mem* functions
2014-05-17 espiefix alloc idioms. watch out for emalloc that's actually...
2014-05-17 miodunchecked malloc() return value in OCSP_sendreq_new().
2014-05-17 miodKNF
2014-05-17 chladd missing header needed for mem{cpy,cmp}()
2014-05-17 teducorrectly match size and buffer. from enh at google
2014-05-17 tedusimple reallocarray to check multiplies. ok guenther
2014-05-17 guentherWhen looking at another process, use the data from...
2014-05-17 teduno no md2
2014-05-17 teduno no seed
2014-05-17 tedudeleted seed some time ago
2014-05-17 chlremove unused variable
2014-05-17 chlAdd missing header needed by isdigit().
2014-05-17 tedurefactor some of the des crypt code to use fewer globals.
2014-05-17 stspFix kernel build with EHCI_DEBUG by removing a non...
2014-05-17 ratchovfix format mistakes visible if AZALIA_DEBUG is defined
2014-05-17 ratchovfix format mistakes visible if UAUDIO_DEBUG is defined
2014-05-17 ratchovfix format mistakes visible if AUICH_DEBUG is defined
2014-05-17 ratchovunbreak build with AUDIO_DEBUG: use %lx for bus_addr_t
2014-05-17 miodIn pmap_remove_page(), do not keep wired mappings;...
2014-05-17 miodRemove "WARNING:" prefix from SYSFAIL and ACFAIL messag...
2014-05-17 ratchovunbreak build: exchange %b args order, from miod@
2014-05-17 miodLower VUPS value for delay() to behave closer to the...
2014-05-17 sthenswitch RSA key generation default to 2048 bits (matchin...
2014-05-17 miodPrint the rpb device type and unit values if the root...
2014-05-17 jmatthewWhen the firmware tells us a loop id is already in...
2014-05-17 aoyamaChange the return value of interrupt handler to 0 when...
2014-05-17 bluhmWhen parsing a numerical value for the TOS bits, make...
2014-05-17 jmcbetter description for -A and -a, with help from millert;
2014-05-16 jmcupdate NAME and MLINKS for previous;
2014-05-16 jmcmore STANDARDS fleshing; ok sobrado millert
2014-05-16 tedudocument crypt_checkpass
2014-05-16 teduadd prototypes for new crypt functions
2014-05-16 toddsync
2014-05-16 mpiReduce the difference between HC drivers by always...
2014-05-16 tedusave up the failures for the end in the argc == 0.
2014-05-16 mpiThere is no need to remember which usb(4) device is...
2014-05-16 tedua few changes for new code to match local style
2014-05-16 teduchecksum mode can use magic pubkey finder too
2014-05-16 millertZero out grp before re-using it (new ones are already...
2014-05-16 espierework -C (perfect candidate for using hash tables...
2014-05-16 jsingInclude openssl/evp.h for OPENSSL_add_all_algorithms_no...
2014-05-16 jsingFix various issues that result in compiler warnings.
2014-05-16 jsingWhen OPENSSL_LOAD_CONF was added it ended up with more...
2014-05-16 sthenuse $2b in the bcrypt example, ok tedu
2014-05-16 sasanoIt seems that there is new and old revision of CH340.
2014-05-16 dcopparegen
2014-05-16 dcoppaAdd Alcatel OneTouch L100V
2014-05-16 krwMake the df calculations of available space the same...
2014-05-16 mikebimprove logging messages and style; requested by and...
2014-05-16 mpiDo not put any link-layer address on the per-ifp lists...
2014-05-15 miodFix memory leaks upon failure.
2014-05-15 miodReplace ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj...
2014-05-15 jmcmore for STANDARDS: unsupported lists (noted by guenthe...
2014-05-15 chlremove unused variable
2014-05-15 miodNo longer make pqueue.h a public (and installed) header...
2014-05-15 jmcflesh out STANDARDS; ok guenther
2014-05-15 jmcuse <> for tables;
2014-05-15 miodGet pqueue.h from the libssl sources rather than relyin...
2014-05-15 chl- typo in comment
2014-05-15 jsingMore KNF.
2014-05-15 jsingAdd additional chacha20-poly1305 test vectors.
2014-05-15 jsingUse C99 initialisers for the AEAD struct.
2014-05-15 jsingAdd chacha20-poly1305 test vector to regress.
2014-05-15 jsingKNF.
2014-05-15 jsingAdd a ChaCha20-Poly1305 AEAD EVP implementation to...
next