openbsd
2014-04-17 nicmRemove some unnecessary includes and fix a typo.
2014-04-17 jsgremove duplicated tests in if statements
2014-04-17 guentherFix for ", " issue in jsing's knf script
2014-04-17 deraadtDo not need to map to another silly name for unistd...
2014-04-17 deraadtunistd.h is always in the same place; no need to #inclu...
2014-04-17 deraadtminimal fix for ', ' issue in jsing's indent script
2014-04-17 krwEliminate a couple of always-NULL parameters. Eliminate...
2014-04-17 guentherCorrect some time_t printing; factor out a grotty block...
2014-04-17 sthenOpenSSL PR#3309: when looking for an extension, set...
2014-04-17 nicmCorrect the dance to fix the active pane in join-pane...
2014-04-17 guentherIt's been a quarter century: we can assume volatile...
2014-04-17 jsgRemove the ossltests target, these are now all in libcr...
2014-04-17 nicmRemove the "info" message mechanism, this was only...
2014-04-17 jsgmove enginetest to regress as was done with the other...
2014-04-17 nicmExtend the -q flag to set-option to suppress errors...
2014-04-17 nicmDo not show the -fg, -bg and -attr options. If asked...
2014-04-17 nicmRemove the monitor-content option and associated bits...
2014-04-17 jsgcall the correct decrypt function in aes_cbc_cipher()
2014-04-17 dlgrework this to implement the active path checks when...
2014-04-17 tedutag some functions with bounded. idea and ok djm
2014-04-16 djmremove the identity files from this manpage - ssh-agent...
2014-04-16 djmskip leading zero bytes in buffer_put_bignum2_from_stri...
2014-04-16 nicmMemory leak in error path and unnecessary assignment...
2014-04-16 bmercerAdd ufs2 support and get one step closer to making...
2014-04-16 deraadtsync
2014-04-16 schwarzeRename the mpages.id column to mpages.pageid. There...
2014-04-16 teduTANSTAAFL - delete the buf freelist code. if you need...
2014-04-16 nicmRemove a leftover prototype and fix some spacing.
2014-04-16 nicmRemove the choose-list command to prepare for some...
2014-04-16 teduadd back SRP. i was being too greedy.
2014-04-16 beckClean up dangerous strncpy use. This included a use...
2014-04-16 miod- Why do we hide from the OpenSSL police, dad?
2014-04-16 tedu> As I walk through the valley of the shadow of death
2014-04-16 tedulots of ifdef cleanup
2014-04-16 tedurepair knf
2014-04-16 okanRemove ifdef'd out KerberosIV and stream encryption...
2014-04-16 miodNo need to define ANSI_SOURCE and NO_ERR. TERMIOS kept...
2014-04-16 okanadd missing parens so that errorhost gets properly...
2014-04-16 schwarzeGive the mlinks and keys tables a pageid index,
2014-04-16 miodNo need to build with -DOPENSSL_NO_CAPIENG and -DOPENSS...
2014-04-16 krwMake dhclient -q even quieter. Make it immediately...
2014-04-16 teduquoth the readme:
2014-04-16 tedudelete a few leftovers
2014-04-16 tedufix a few bugs observed on viva64.com/en/b/0250/
2014-04-16 beckThanks to the knobs in tools.ietf.org/html/rfc5746...
2014-04-16 tedudisentangle SRP code from TLS
2014-04-16 teduwhack the ifdef pinata:
2014-04-16 guentherSSLv3_client_method() doesn't support TLSv1.*; use...
2014-04-16 guentherZero-pad usec format to handle values less than 100...
2014-04-16 jsingInitial KNF.
2014-04-16 jsingInitial KNF.
2014-04-16 teduMandatory Surgeon Guenther's Warning: This code could...
2014-04-16 jsingInitial KNF.
2014-04-16 jsingMore KNF.
2014-04-16 jsingFirst pass for KNF.
2014-04-16 tedurevert. the full horror has only now revealed itself.
2014-04-16 tedureplace some bio_snprintf crazy with regular snprintf.
2014-04-16 guentherKill the bogus "send an SSLv3/TLS hello in SSLv2 format...
2014-04-16 jsingMore KNF.
2014-04-16 florianMy previous attempt to chdir(2) to the directory contai...
2014-04-16 zhukWhitespace tweaks before further tweaks; no objections...
2014-04-16 beckMake this byzantine horror a shell of it's former self...
2014-04-16 krwOpenSSL is not the only place with bloated code! Remove...
2014-04-16 reykSome software expects RAND_status() to return 1 for...
2014-04-16 krwTweak network interface configuration so that after...
2014-04-16 mpiMerge in_fixaddr() into in_selectsrc() in order to...
2014-04-16 jsingClean up non-fatal error handling - we know which error...
2014-04-16 sthenunbreak install; /usr/share/man/man3/EVP_PKEY_print_pri...
2014-04-16 aoyamaAdd generic driver for "NEC PC-9801(*) extension board...
2014-04-16 guentherIt's been a quarter century: we can assume volatile...
2014-04-16 zhukMake directory ordering in our libtool stable. Fixes...
2014-04-16 mpiSync the list of man pages for libcrypto, explicity...
2014-04-16 mpiRemove pointless man pages that were not installed.
2014-04-16 blambertclose memory leaks in snmp client code
2014-04-16 jsgadapt to test file moves
2014-04-16 jsgadapt to the less old des api
2014-04-16 nicmBecause we pass the file descriptor from client to...
2014-04-16 jsgsync with iked chap_ms.c
2014-04-16 jsgdes_cblock -> DES_cblock
2014-04-16 miodUpgrade from des_old misery
2014-04-16 miodMore des_foo -> DES_foo
2014-04-16 miodRemove _CRAY references. Note that this pleads for...
2014-04-16 miodRemove DES_read_password and DES_read_2passwords which...
2014-04-16 miodThis was subtly using des_old.h defines (des_key_schedu...
2014-04-16 beckYour operating system memory allocation functions are...
2014-04-16 tedudead file
2014-04-16 teduAPI compat fix. RAND_load_file can never fail now....
2014-04-16 tedumissed vms comment
2014-04-16 tedufirst round of unifdef hammering
2014-04-16 teduRemove non-posix support. Why is OPENSSL_isservice...
2014-04-16 teduspray the apps directory with anti-VMS napalm.
2014-04-16 tedustrncpy(d, s, strlen(s)) is a special kind of stupid...
2014-04-16 matthewRemove disabled code that wouldn't work now that cleans...
2014-04-16 dlgset ourselves up to respect the max data transfer size.
2014-04-16 dlgprint the board name and firmware revision like we...
2014-04-16 schwarzePass the function flags SQLITE_UTF8 (because SQLITE_ANY...
2014-04-16 dlghave nvme_poll return the status bigs from the completi...
2014-04-16 mcbrideKNF
2014-04-16 teduyou do not want to do the things this program does
2014-04-15 schwarzeAt the end of mansearch(), fchdir() back to where we...
next