Apple released a new iOS today to fix a bug I reported. More info here. I’ll also be giving a talk with Nick Percoco about this and other SSL issues in mobile OSes at DEFCON 19. Hope to see you there!
Lion hides the user home directory by default. You can navigate to it with cmd-shift-G easily, but if you happen to want it to be visible all the time just run this command in a Terminal.app window.
chflags nohidden ~/Library |
Thanks to Matt Pennig for the command.